-
Notifications
You must be signed in to change notification settings - Fork 37
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
What Paths Are Used #8
Comments
Hi Larry,
Regardless of these urls, notice that they are subject to your local yii2 config file, since the urls can be changed (or aliased) from the urlManager component. Regards. |
Thanks a million. Those URLs did indeed work. I'm glad to hear that you're adding those to the instructions. When do you think you'll make the updates for RBAC? (I know that it's a mess with Yii being in beta status.) |
Hopefully during the next week, since they are still making some changes to it. |
I got the extension installed, migrated up successfully, and made the changes to my config as indicated in your instructions. Now, for the life of me, I can't figure out how to use the functionality of the extension. Specifically, I can't find how to even get to the login page. I've tried the following:
They all produce a 404 error. Similarly, all of the following produce 404 errors:
Your installation instructions give fairly scanty directions on how to install; I was successful in doing that only after figuring out and completing many other steps not included in the instructions. Could you possibly provide some support on where to go after installation? I'd like to at least be able to log in and manage users.
Also the tables created as part of the migrations for this extension seem to suggest some sort of ACL, but I can find anything for the management of ACL in the extension. Am I missing something?
The text was updated successfully, but these errors were encountered: