Module doesn't use password_inc variable which prevents option of overwriting default password.inc file.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | services-use_password_inc_variable-2622896-2.patch | 633 bytes | stanislav mixnovich |
Module doesn't use password_inc variable which prevents option of overwriting default password.inc file.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | services-use_password_inc_variable-2622896-2.patch | 633 bytes | stanislav mixnovich |
Comments
Comment #2
tyler.frankenstein commented@boyan.borisov, will you please share the file(s)/function(s)/line-numbers involved in this?
Comment #3
stanislav mixnovich commentedFrom the includes/password.inc file's comments:
* An alternative or custom version of this password hashing API may be
* used by setting the variable password_inc to the name of the PHP file
* containing replacement user_hash_password(), user_check_password(), and
* user_needs_new_hash() functions.
Comment #4
stanislav mixnovich commentedComment #5
tyler.frankenstein commentedLooks good. I'll wait for the test request to come back, and if all goes well we'll get this merged in, thanks!
Comment #6
marcingy commentedMerged thanks :)