Index: openacs-4/packages/acs-authentication/tcl/password-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/password-procs.tcl,v diff -u -r1.22 -r1.23 --- openacs-4/packages/acs-authentication/tcl/password-procs.tcl 29 Dec 2017 11:22:07 -0000 1.22 +++ openacs-4/packages/acs-authentication/tcl/password-procs.tcl 27 Mar 2018 12:22:17 -0000 1.23 @@ -150,7 +150,7 @@ {-username ""} {-email ""} } { - Handles forgotten passwords. Attempts to retrieve a password; if not possibe, + Handles forgotten passwords. Attempts to retrieve a password; if not possible, attempts to reset a password. If it succeeds, it emails the user. For all outcomes, it returns a message to be displayed. @@ -279,7 +279,7 @@ ad_proc -public auth::password::can_retrieve_p { {-authority_id:required} } { - Returns whether the given authority can retrive forgotten passwords. + Returns whether the given authority can retrieve forgotten passwords. @param authority_id The ID of the authority that the user is trying to log into.