Bart Visscher
|
ac36512102
|
Don't use substr to get first char of string
|
2012-06-08 21:38:10 +02:00 |
Frank Karlitschek
|
6119f05ac0
|
generate a random salt during installation and store it in the config.php. use it to salt the password hashing.
|
2012-06-08 12:31:37 +02:00 |
Frank Karlitschek
|
a945fa10a6
|
update copyright
|
2012-05-26 19:14:24 +02:00 |
Robin Appelman
|
5fe7200a7f
|
update documentation of oc_user::checkpassword
|
2012-05-17 00:57:43 +02:00 |
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
|
2012-04-15 10:30:22 +02:00 |
Robin Appelman
|
d3bf013761
|
prevent users with the same name but different casing from being created
|
2012-04-14 12:57:10 +02:00 |
Robin Appelman
|
62cd89da14
|
improved password hashing based one phpass
old passwords are automatically upgraded on login
|
2012-02-26 14:12:50 +01:00 |
Robin Appelman
|
8c7aa06088
|
dont use numRows when it's not needed since it can be expensive
|
2011-09-17 02:49:40 +02:00 |
Robin Appelman
|
ee0954b236
|
fix issue with login being case insensitve
|
2011-08-25 21:51:13 +02:00 |
Jakob Sack
|
bafd684eb6
|
Renaming classes :-)
|
2011-07-29 21:36:03 +02:00 |
Jakob Sack
|
f5c0dbd947
|
Use autoload
|
2011-07-27 19:07:28 +02:00 |