index
:
statusnet/lukeshus-statusnet
0.7.x
0.8.x
0.9.x
1.0.x
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
actions
/
recoverpassword.php
Age
Commit message (
Expand
)
Author
2009-05-01
Several whitespace fixes
Ori Avtalion
2009-03-22
Password recover and change form markup updated.
Sarven Capadisli
2009-01-23
Updated recoverpassword
Evan Prodromou
2009-01-15
Convert use of common_server_error and common_user_error to methods on Action
Evan Prodromou
2009-01-15
Convert all actions to use new UI functions
Evan Prodromou
2008-12-23
move opening brace of class declaration to next line
Evan Prodromou
2008-12-23
change function headers to K&R style
Evan Prodromou
2008-12-23
replace NULL with null
Evan Prodromou
2008-12-23
replace all tabs with four spaces
Evan Prodromou
2008-10-04
better instructions in the password recovery page
Evan Prodromou
2008-09-30
use two-arg constructor for confirmation code
Evan Prodromou
2008-09-30
log a warning on recovery of old recovery codes
Evan Prodromou
2008-08-29
CSRF protection in recoverpassword
Zach Copley
2008-08-17
typo in forgotten password string
Evan Prodromou
2008-08-04
better handling of unconfirmed email addresses
Evan Prodromou
2008-08-04
use an outstanding unconfirmed email address for password recovery if available
Evan Prodromou
2008-07-22
base class is_readonly() now returns false by default
zach
2008-07-22
Added is_readonly() method to all Actions
zach
2008-07-13
Colapse a lot of strings to make like easier for translators and more consisi...
Mike Cochrane
2008-07-08
Convert _t() to _() for gettext.
Mike Cochrane
2008-07-02
method
Evan Prodromou
2008-06-24
show better errors on bad codes
Evan Prodromou
2008-06-24
use $newpassword instead of $password consistently
Evan Prodromou
2008-06-24
correct field name
Evan Prodromou
2008-06-24
type -> address_type
Evan Prodromou
2008-06-24
slightly different from settingsaction
Evan Prodromou
2008-06-24
url for confirmation email is better, fancy url
Evan Prodromou
2008-06-24
output a message when we send the recovery email
Evan Prodromou
2008-06-24
rudimentary recoverpassword system
Evan Prodromou