Marco
|
f70923679f
|
Implement methods 'makeTableName' and 'makeTableNameComponents'
|
2018-08-28 23:25:28 +02:00 |
|
Marco
|
521e73662d
|
Allow for specification of database name, schema or other qualifier
|
2018-08-28 22:03:40 +02:00 |
|
Marco
|
352260c759
|
Remove obsolete error class 'DatabaseDriverError'
|
2018-07-25 20:31:36 +02:00 |
|
Marco
|
9d08c939a0
|
Fail safely in role checks when invalid input has been supplied
|
2018-05-25 23:19:07 +02:00 |
|
Marco
|
f6607f664d
|
Enhance 'DatabaseError' instances to be more verbose
|
2018-04-20 18:01:00 +02:00 |
|
Marco
|
0f8116e654
|
Also return old email from 'confirmEmail' and 'confirmEmailAndSignIn'
|
2018-03-25 04:55:58 +02:00 |
|
Marco
|
25f7a8908d
|
Force logout in any open sessions when a user resets their password
|
2018-03-25 03:42:36 +02:00 |
|
Marco
|
a7c1ebcc9f
|
Force logout in any other sessions when a user changes their password
|
2018-03-25 03:40:57 +02:00 |
|
Marco
|
71ce2b58c9
|
Force logout for users when administrators change their passwords
|
2018-03-25 03:38:12 +02:00 |
|
Marco
|
9f71eff176
|
Remove method 'logOutAndDestroySession' from class 'Auth'
|
2018-03-25 01:28:35 +01:00 |
|
Marco
|
fdd95e8b89
|
Improve language
|
2018-03-25 01:10:29 +01:00 |
|
Marco
|
20f484567a
|
Implement method 'logOutEverywhereElse' in class 'Auth'
|
2018-03-25 01:07:40 +01:00 |
|
Marco
|
3ae1769256
|
Implement method 'logOutEverywhere' in class 'Auth'
|
2018-03-25 00:28:21 +01:00 |
|
Marco
|
58f1f34593
|
Implement method 'forceLogoutForUserById' in class 'UserManager'
|
2018-03-24 23:39:03 +01:00 |
|
Marco
|
4d7b66ee5a
|
When performing normal logout only delete local remember directives
|
2018-03-24 23:31:12 +01:00 |
|
Marco
|
62270a2c48
|
Permit restriction to selector in 'deleteRememberDirectiveForUserById'
|
2018-03-24 23:13:04 +01:00 |
|
Marco
|
9848082bbb
|
Implement method 'getRememberDirectiveExpiry' in class 'Auth'
|
2018-03-24 23:09:18 +01:00 |
|
Marco
|
29afbdfc93
|
Implement method 'getRememberDirectiveSelector' in class 'Auth'
|
2018-03-24 23:02:01 +01:00 |
|
Marco
|
62f4b39dcf
|
Perform logout for user whenever 'force_logout' has been incremented
|
2018-03-24 18:15:21 +01:00 |
|
Marco
|
235008fdb8
|
Improve order of statements
|
2018-03-24 18:12:33 +01:00 |
|
Marco
|
adc1d73539
|
Store and manage 'force_logout' value from 'users' table in session
|
2018-03-24 18:04:06 +01:00 |
|
Marco
|
7be05ddde2
|
Improve documentation
|
2018-03-24 17:44:42 +01:00 |
|
Marco
|
c494e0fa13
|
Throw 'UnknownIdException' in 'updatePasswordInternal' when no matches
|
2018-03-21 03:20:11 +01:00 |
|
Marco
|
d7d9899167
|
Use 'changePasswordForUserById' for 'changePasswordForUserByUsername'
|
2018-03-21 02:55:31 +01:00 |
|
Marco
|
05165a44a6
|
Implement method 'changePasswordForUserById' in class 'Administration'
|
2018-03-21 02:54:50 +01:00 |
|
Marco
|
627c592891
|
Let 'Administration' constructor be part of public API
|
2018-03-20 16:13:56 +01:00 |
|
Marco
|
2a6d1c4f7d
|
Delete 'remember me' directives in 'changePasswordForUserByUsername'
|
2018-03-20 16:11:56 +01:00 |
|
Marco
|
a63e5ec053
|
Move essence of 'deleteRememberDirectiveForUserById' to 'UserManager'
|
2018-03-20 16:09:25 +01:00 |
|
Marco
|
4115340927
|
Improve language
|
2018-03-20 16:04:29 +01:00 |
|
Marco
|
09dac6a5f5
|
Rename method 'deleteRememberDirective' in class 'Auth'
Use more expressive name 'deleteRememberDirectiveForUserById'
|
2018-03-20 15:57:37 +01:00 |
|
Marco
|
3a7a860c6d
|
Validate password in 'changePasswordForUserByUsername' for consistency
|
2018-03-20 15:54:19 +01:00 |
|
maxsenft
|
131aea3ded
|
Implement method 'changePasswordForUserByUsername' in 'Administration'
|
2018-03-20 15:50:44 +01:00 |
|
maxsenft
|
e14f3d1925
|
Rename method 'updatePassword' to 'updatePasswordInternal'
|
2018-03-20 15:45:25 +01:00 |
|
maxsenft
|
1d54ff2f6b
|
Move 'updatePassword' method from class 'Auth' to class 'UserManager'
|
2018-03-20 15:41:57 +01:00 |
|
maxsenft
|
ec6afdad48
|
Accept 'PdoDsn' and 'PDO' as well in 'Administration' constructor
|
2018-03-20 15:38:35 +01:00 |
|
Marco
|
58e69fdd0e
|
Do not pass 'null' to 'count' which triggers a warning since PHP 7.2
|
2018-03-15 23:32:15 +01:00 |
|
Marco
|
e7e174b05d
|
Only configure and start session if not already started
|
2018-03-12 22:29:56 +01:00 |
|
Marco
|
21341d3c18
|
Regularly resynchronize session data with authoritative source in DB
|
2018-03-10 20:53:13 +01:00 |
|
Marco
|
477164e8ec
|
Rename identifiers in comments to prevent highlighting in IDE
|
2018-03-10 17:46:05 +01:00 |
|
Marco
|
9478a43e9b
|
Re-implement method 'canResetPassword' using 'canResetPasswordOrThrow'
|
2018-03-10 04:13:14 +01:00 |
|
Marco
|
d246248ab5
|
Implement method 'canResetPasswordOrThrow' in class 'Auth'
|
2018-03-10 03:54:42 +01:00 |
|
Marco
|
d9f9198b45
|
Implement method 'getRolesForUserById' in class 'Administration'
|
2018-03-10 03:03:57 +01:00 |
|
Marco
|
012577227a
|
Implement method 'getRoles' in class 'Auth'
|
2018-03-10 02:54:57 +01:00 |
|
Marco
|
7d44158c32
|
Implement methods 'getMap', 'getNames' and 'getValues' in class 'Role'
|
2018-03-10 01:58:54 +01:00 |
|
Marco
|
09247e7203
|
Provide possibility to disable throttling during development
|
2017-11-08 21:34:05 +01:00 |
|
Marco
|
ab1c54fae2
|
Optimize order of throttling in 'changeEmail' method from class 'Auth'
|
2017-11-08 20:40:37 +01:00 |
|
Marco
|
23acb66cc7
|
Reduce permitted frequency of requests to change one's email address
|
2017-11-08 20:38:16 +01:00 |
|
Marco
|
a7a9d45302
|
Drop constant 'CONFIRMATION_REQUESTS_TTL_IN_SECONDS' in 'UserManager'
|
2017-11-08 20:30:09 +01:00 |
|
Marco
|
ba4dc29ca5
|
Optimize order of throttling in 'resendConfirmationForColumnValue'
|
2017-11-08 20:23:34 +01:00 |
|
Marco
|
0a97f67515
|
Enforce limits for resending confirmations solely via throttling
|
2017-11-08 20:21:35 +01:00 |
|