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_dialog.lua | ||
| change_user_password_form.lua | ||
| delete_user_dialog.lua | ||
| footer.lua | ||
| menu.lua | ||
| password_dialog.lua | ||
| sankey.lua | ||
| sprobe.lua | ||
| users.lua | ||