Home

Provisional: Reset Password

Lead(s): Former user (Deleted), Former user (Deleted)

About Reset Password

Reset Password is a simple RSF tool which allows users to request that a new password be emailed to them by entering their email address. Its primary use case is to allow guest users to change their password if they no longer know what their current password is.

Source is in https://source.sakaiproject.org/svn/reset-pass/.

Reset Password is included as a provisional tool in Sakai 2.5.

See Screenshots

Feature requests or bug reports can be added in the Reset Password JIRA

Configuring Reset Password

By default, Reset Password will only reset passwords for users of the guest type.

This can be configured by a sakai.properties setting, e.g.

resetRoles.count=2
resetRoles.1=guest
resetRoles.2=staff

Note that the name of this property used to be retrieveRoles.