Remove 'md5Hashed' variable from Javascript. - #2555
Conversation
We no longer hash password in the user side. All of the password processing is executed in the server side according to the priority of hashing mechanism defined by the administrator.
|
@rafaelweingartner a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-1893 |
| var ERROR_VMOPS_ACCOUNT_ERROR = 531; | ||
|
|
||
| // Default password is MD5 hashed. Set the following variable to false to disable this. | ||
| var md5Hashed = false; |
There was a problem hiding this comment.
@rafaelweingartner while this PR LGTM, we may need to discuss with user/dev@ as this variable may be set by a UI plugin that is not opensource or with the upstream tree? Certain parts of the code may exist and appear to be not used at all, but may be used by an external UI/backend plugin.
There was a problem hiding this comment.
I will ask people in the mailing list then. If there is no objections there, I think we can proceed.
|
@rafaelweingartner a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-1916 |
Remoção da validação da quantidade de IPs públicos alocados para uma conta durante a adição de regras de _port forwarding_, _load balancing_ e ativação de _static_ NAT Closes apache#2555 See merge request scclouds/scclouds!1123
Description
We no longer hash password in the user side. All of the password processing is executed in the server side according to the priority of hashing mechanism defined by the administrator.
Mailing list discussion thread: https://lists.apache.org/thread.html/75f0d8910a70c1f81952a0db023d4111e1d3164eb00a159c51f7b719@%3Cdev.cloudstack.apache.org%3E
Types of changes
How Has This Been Tested?
Locally.
Checklist:
Testing
@blueorangutan package