Modify "mydbr_userlogin"

(4 posts) (2 voices)
  1. RedFire, Member

    Hello,
    can i modify the table "mydbr_userlogin" and added new column or will it be overwrite on the next update?!
    Which procedure is called if i click on "systemsettings->user"?

    Nice Greetings,
    Jonathan

  2. myDBR Team, Key Master

    Hi,
    you should not modify myDBR tables as we cannot quarantee that updates would work after.

    What is it that you want to do?

    --
    myDBR Team

  3. RedFire, Member

    I just want to add some more information to an user. I think i will do a join for that now.

    Procedure "systemsettings->user", just want to have a look inside(no editing).

  4. myDBR Team, Key Master

    If you want to add more information to an user, just create your own table for it and use the username+authentication as a key. This way you can connect it to logins. Userlist is fetched using sp_MyDBR_UserLogins.

    --
    myDBR Team


Reply

You must log in to post.