Closed (fixed)
Project:
Bakery Single Sign-On System
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2010 at 16:46 UTC
Updated:
18 Apr 2012 at 19:11 UTC
From 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.
This patch modifies bakery to use the variable as it is used in user.install
| Comment | File | Size | Author |
|---|---|---|---|
| bakery-password_inc.patch | 911 bytes | cyberswat |
Comments
Comment #1
coltraneCommitted to 7.x-2.x http://drupalcode.org/project/bakery.git/commit/6c4e729
Thanks!