digitalfondue / lavagna

Lavagna: issue tracker/project management tool
http://lavagna.io
GNU General Public License v3.0
636 stars 110 forks source link

Where did save user's password? #41

Closed ghaseminya closed 7 years ago

ghaseminya commented 7 years ago

Hi I searched for attribute password in LA_USER table, but no attribute for this job. In profile, need change password function!

syjer commented 7 years ago

Hi @mmghasemi , well, Lavagna currently does not have a "user+password" support. It delegate the password/account handling to : oauth (google, gitlab, ...) or ldap.

The "demo" user account type is, as it's name imply, a demo feature :).

If you need an internal management of the user with password handling, it's a work in progress.

ghaseminya commented 7 years ago

oh, yes thanks for @syjer I forgot this feature, oauth is very good choice but i think demo user account type need password field...

erost commented 7 years ago

fixed as part of #73