FreeTAKTeam / UI

FreeTAKServer Web User Interface project
MIT License
30 stars 27 forks source link

Admin Password set fails silently #76

Closed Sebull-git closed 2 weeks ago

Sebull-git commented 1 month ago

After creating a new Server and trying to change the password. The password cannot be changed but it does not show any errors.

Best regards

brothercorvo commented 3 weeks ago

trying to replicate this using the last version of ZT on Digital Ocean

brothercorvo commented 3 weeks ago

Confirmed:

  1. install using ZT on digital ocean
  2. login with standard user/pass
  3. go to profile
  4. update password
  5. login with new password
  6. login fails
  7. use original password
  8. login succeeded
brothercorvo commented 3 weeks ago

@naman108 and @phreed I tried to change the rights on the DB to ensure the current user has 'write' but that has no changed the situation.

naman108 commented 2 weeks ago

transferred because this is where the fix is applied

brothercorvo commented 2 weeks ago

Admin Password set fails silently

76 is now fixed, to update the UI follow whose steps

source fts.venv/bin/activate
pip install fts-ui --upgrade