stable
Clone or download
Read-only
story #8059: Rename the UserTokenGenerator to RandomNumberGenerator
This class is indeed used for more things than just for the generation of a token Change-Id: I56e076e63a83c1942c9a52af5df6c0281b8a2f58
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/REST/TokenManager.class.php | +3 | −3 | Go to diff View file |
M | src/common/autoload.php | +3 | −3 | Go to diff View file |
M | src/common/dao/UserDao.class.php | +2 | −2 | Go to diff View file |
M | src/common/user/Password/StandardPasswordHandler.class.php | +2 | −2 | Go to diff View file |
M | src/common/user/Password/WeakPasswordHandler.class.php | +2 | −2 | Go to diff View file |
R | src/common/user/TokenGenerator.class.php | Go to diff View file | ||
M | src/www/account/lostpw-confirm.php | +2 | −2 | Go to diff View file |
R | tests/simpletest/common/user/TokenGeneratorTest.php | Go to diff View file |