mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-08 06:24:34 +00:00
The special characters were URL encoded during HTTP request and saved in URL encoded form. The login used the unencoded password instead, and this resulted in a password hash mismatch which prevented user login. Now the password hash is calculated on the unencoded password. |
||
|---|---|---|
| .. | ||
| add_user.lua | ||
| change_user_prefs.lua | ||
| delete_user.lua | ||
| get_user_info.lua | ||
| get_users.lua | ||
| host_pools.lua | ||
| password_reset.lua | ||
| prefs.lua | ||
| users.lua | ||
| validate_new_user.lua | ||