← Back to team overview

mahara-contributors team mailing list archive

[Bug 799594] A change has been merged

 

Reviewed:  https://reviews.mahara.org/350
Committed: http://gitorious.org/mahara/mahara/commit/a0d0bb239732b6171fd39d0a39ce8ed0e975eda5
Submitter: Francois Marier (francois@xxxxxxxxxxxxxxx)
Branch:    master

commit a0d0bb239732b6171fd39d0a39ce8ed0e975eda5
Author: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>
Date:   Wed Jun 15 15:29:41 2011 +1200

    Move reset_password into create_user function (bug #799594)
    
    Change-Id: I9783aab92858cf1827609497d026aebd30cad36e
    Signed-off-by: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/799594

Title:
  Ensure all new users without passwords have salt set

Status in Mahara ePortfolio:
  In Progress

Bug description:
  When an admin creates a new user on the site, we always ensure that
  the user is created with random salt, and either has an empty password
  or their password encrypted with the salt, depending on the auth
  method.

  To make sure this is true for new users created by other methods
  (registration, xmlrpc), we can move the function to encrypt the
  password into the create_user() function and avoid some duplication.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/799594/+subscriptions


References