dpn-admin / EXANode-Acceptance-testing

EXANode Software and data flow testing
0 stars 0 forks source link

Unable to change password in EXANode user interface #2

Closed Pcolar closed 6 years ago

Pcolar commented 6 years ago

https://exanode-demo.libnova.com/user

When attempting to change a user's password, as an administrator, the system returns

Form error:

acarrasco-libnova commented 6 years ago

This issue was due how we generate update packages for the demo instance.

We were skipping the framework configuration files, as they use to have custom settings for each system, as the base url, the database settings, filesystem directories...

The form validation configuration file was outdated as of this, and that caused the issue.

We've updated the package generator script, and should include now specific configuration files that don't conflict with the environment. The latest package has been applied to the demo instance and should be working fine now.

Pcolar commented 6 years ago

Please do not close issues until the result has been validated!

Pcolar commented 6 years ago

Password change is validated.