-
-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Myth's routes cannot be overridden by App's ones #89
Comments
Workaround, requiring myth's route file (in app's route file) so it can be overridden.
Still, would be nice to have a better way to do it |
What version of CI are you running on? There was a bug a couple of releases back that fixed the order of routes, I believe. |
At the time of this PR, devel branch. (I belive something like a week old now). |
Just tried it. A user who only belongs to users group can still access the register url (can create users). Installed myth/auth from composer
PHP
Apache
OS
|
In a relatively clean project that I've just started, I have myth:auth installed like default. In my
When I visit |
I tried with a brand new download of both CI4 RC1 and Auth Beta 1 and everything works fine. |
Only by commenting out routes in \Myth\Auth\Config\Routes can App\Config\Routes be taken into consideration
The text was updated successfully, but these errors were encountered: