3liz / lizmap-web-client

Transfer a QGIS project on a server, Lizmap is providing the web interface to browse it
https://www.lizmap.com
Mozilla Public License 2.0
259 stars 143 forks source link

Regression: cannot login when password is lower than 8 characters #801

Closed laurentj closed 6 years ago

laurentj commented 6 years ago

When migrating Lizmap from 3.1 to the master branch, existing users in the database may have password less than 8 characters (which is bad ;-)). However, the password field in the login form provided by the new module jCommunity has a constraint on the minimal length (8 characters). So users cannot sign in.

Will be fixed in the next version of jCommunity.

josemvm commented 6 years ago

we have the lizadmin user, lizadmin password (8 characters)... but no admin rights... it can become an administrator user(?)...

laurentj commented 6 years ago

If by admin rights, you mean rights to manage users and their rights, these rights were own by the "admin" user. However, because of a regression, this user is not created. see #800