mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-08 19:06:06 +03:00
User unable to register under allowed domain. / That email domain does not have access to this application #1083
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nekromoff on GitHub (Mar 11, 2019).
Describe the bug
User unable to register under allowed domain.
[2019-03-11 10:01:18] production.ERROR: That email domain does not have access to this application {"exception":"[object] (BookStack\Exceptions\UserRegistrationException(code: 0): That email domain does not have access to this application at /var/www/html/wiki/app/Http/Controllers/Auth/RegisterController.php:147)
[stacktrace]
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Successful registration (as it worked before)
Screenshots
n/a
Your Configuration (please complete the following information):
@nekromoff commented on GitHub (Mar 11, 2019):
Used to work fine until recently (I see January as the last month when somebody registered under same domain)
@nekromoff commented on GitHub (Mar 11, 2019):
Alright, after updating to
BookStack v0.25.2
registration works.
Maybe this should be mentioned in the changelog.