stefanpejcic / OpenPanel

A highly customizable web hosting control panel built with Docker 🐳
https://openpanel.com
216 stars 33 forks source link

Admin password change not working From 0.3.3 #279

Closed stefanpejcic closed 5 days ago

stefanpejcic commented 5 days ago

OpenPanel version(s) affected

0.3.6

What OS are you using?

Ubuntu

Description

validate_password_and_username seems to fail, password is not changed

How to reproduce

Change password on demo site for admin user

Possible Solution

No response

Additional Context

No response

stefanpejcic commented 5 days ago

I can reproduce this on the demo site running version 0.3.3, but not on any production server, even on this one running the 0.3.5:

root@stefan:~# opencli admin password stefan nikola
Password for user 'stefan' changed.

===============================================================
● OpenAdmin is running and is available on: http://159.223.187.25:2087/

- username: stefan
- password: nikola

===============================================================
root@stefan:~# opencli admin list
stefan|user|1
admiring_kilby9|user|1
root@stefan:~# opencli admin password admiring_kilby9 X4Vs4MGVJnrESYKR
Password for user 'admiring_kilby9' changed.

===============================================================
● OpenAdmin is running and is available on: http://159.223.187.25:2087/

- username: admiring_kilby9
- password: X4Vs4MGVJnrESYKR

===============================================================

needs further testing and detailed info to be reproduced