| #
fe49fd82 |
| 01-Sep-2025 |
Andreas Gohr <gohr@cosmocode.de> |
option to enforce oauth for some users
|
| #
d1826331 |
| 15-Dec-2021 |
Andreas Gohr <andi@splitbrain.org> |
better translation handling on exceptions
|
| #
6f3a59e8 |
| 03-Dec-2021 |
Andreas Gohr <andi@splitbrain.org> |
remove HTML from language file
|
| #
ac226414 |
| 19-Jul-2016 |
Ian Moroney <ianmoroney@gmail.com> |
Update lang.php
Fixed typo in error message
|
| #
523e6571 |
| 14-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Do not attempt another login if the first failed
The user was constantly forwarded to their oauth provider if the login did not succeed. To fix this the check for a valid session was moved to the fr
Do not attempt another login if the first failed
The user was constantly forwarded to their oauth provider if the login did not succeed. To fix this the check for a valid session was moved to the front to handle all non-get requests and requests which are not directed at doku.php.
Also delete the cookie if the (re-)login fails.
show more ...
|
| #
f07c7607 |
| 13-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Refactor user creation
|
| #
d9818adb |
| 08-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Allow mailRestriction to multiple domains
|
| #
16bf2f00 |
| 05-Oct-2015 |
Michael Große <grosse@cosmocode.de> |
Do not use hd and only check user afterwards
Add error message for denied login.
|
| #
f7ff0916 |
| 18-Dec-2014 |
Michael Große <grosse@cosmocode.de> |
Change login-button according to SingleLogin value
|
| #
081812bf |
| 26-Nov-2014 |
Michael Große <mic.grosse+github@googlemail.com> |
Add option to limit possible login services
As requested in issue 10, add an option to only allow a single external Service for login, while also deactivating authentication against local database.
|
| #
3c0138db |
| 26-Jul-2014 |
Andreas Gohr <andi@splitbrain.org> |
Allow logins to existing accounts only with associated accounts
To prevent people can log into existing account with a newly created social account with a forged email address. We only allow logins
Allow logins to existing accounts only with associated accounts
To prevent people can log into existing account with a newly created social account with a forged email address. We only allow logins with previously approved service providers.
When a user logs in for the first time, eg. the email does not exists, then the user is created and the social account is approved automatically.
show more ...
|
| #
11606ec1 |
| 23-Jul-2014 |
Andreas Gohr <andi@splitbrain.org> |
added services to login form
|
| #
f866280e |
| 23-Jul-2014 |
Andreas Gohr <andi@splitbrain.org> |
associate oauth logins with existing users, create new if needed
Users are uniquely identified by their email-address. A user can login with any oauth service - when it returns the same email, its t
associate oauth logins with existing users, create new if needed
Users are uniquely identified by their email-address. A user can login with any oauth service - when it returns the same email, its the same user.
show more ...
|
| #
80852c15 |
| 22-Jul-2014 |
Andreas Gohr <gohr@cosmocode.de> |
initial wizard generated checkin
|