Bart Visscher
|
ac36512102
|
Don't use substr to get first char of string
|
13 years ago |
Frank Karlitschek
|
6119f05ac0
|
generate a random salt during installation and store it in the config.php. use it to salt the password hashing.
|
13 years ago |
Robin Appelman
|
e90cbcaf5b
|
http user backend
|
13 years ago |
Sam Tuke
|
4b4d13165a
|
Minor change to comment
|
13 years ago |
Frank Karlitschek
|
a945fa10a6
|
update copyright
|
13 years ago |
Robin Appelman
|
5fe7200a7f
|
update documentation of oc_user::checkpassword
|
13 years ago |
Bart Visscher
|
ac2e0cd6e4
|
Implement default functions in OC_User backend
Simplifies calling these functions, and makes code simpler
functions:
deleteUser
getUsers
userExists
|
13 years ago |
Daniel
|
fd16784bcc
|
fix bug where users could use wildcards in username to login
e.g. user Peter could probably login using username Pet%
fixed same problem in the migration script
|
13 years ago |
Robin Appelman
|
d3bf013761
|
prevent users with the same name but different casing from being created
|
13 years ago |
Robin Appelman
|
d8e54acbf3
|
test cases for user backends
|
13 years ago |
Robin Appelman
|
62cd89da14
|
improved password hashing based one phpass
old passwords are automatically upgraded on login
|
13 years ago |
Robin Appelman
|
8c7aa06088
|
dont use numRows when it's not needed since it can be expensive
|
14 years ago |
Robin Appelman
|
5e3ecbbf96
|
dont use numRows when it's not needed since it can be expensive
|
14 years ago |
Robin Appelman
|
ee0954b236
|
fix issue with login being case insensitve
|
14 years ago |
Jakob Sack
|
bafd684eb6
|
Renaming classes :-)
|
14 years ago |
Jakob Sack
|
f5c0dbd947
|
Use autoload
|
14 years ago |