Menu

Runa users creation from separate application

doudou225
2014-02-16
2014-02-18
  • doudou225

    doudou225 - 2014-02-16

    Hello everyone, i want to grant access to runa to some of my customers. So i created a website with some HTML and PHP code. What i want is to create user/password for loging in to runa from an application form, so that i could register the fields (let's say user and password) into proper tables for runa's user and password account via PHP code. So i'd like to know the exact names of tables of the database that i need to put in my SQL statements to get it work fine. Hope i made myself understood. Thank you ahead !

    PS: website and runawfe servers are on the same network

     

    Last edit: doudou225 2014-02-16
  • doudou225

    doudou225 - 2014-02-17

    Nobody to help please ?

     
  • Andrei Mikheev

    Andrei Mikheev - 2014-02-18

    Hello.

    It is possible.
    We'll give a detailed instruction later.

    Regards,
    Andrei

     
  • Dofs

    Dofs - 2014-02-18

    Hi.
    EXECUTOR.NAME contains user login.
    ACTOR_PASSWORD.PASSWORD contains user password hash using MD5.
    Link between tables using EXECUTOR.ID = ACTOR_PASSWORD.ACTOR_ID.

     

Log in to post a comment.