Getting Started
After you follow installation with example and setting DX Auth config file, you might just want to see DX Auth bundled examples live in action, instead of reading the simple example first.
To do that you can open:
- {your CI url}/auth/login/ to login.
- {your CI url}/auth/logout/ to logout.
- {your CI url}/auth/register/ to register.
- {your CI url}/auth/register_recaptcha/ to register using reCAPTCHA.
- {your CI url}/auth/forgot_password/ to use forgot password feature.
- {your CI url}/auth/change_password/ to change password after you logged in.
- {your CI url}/auth/cancel_account/ to delete account after you logged in.
To access admin control panel (You need to logged in as admin or your user role is granted in permissions table.):
- {your CI url}/backend/users/ to manage users.
- {your CI url}/backend/unactivated_users/ to manage unactivated users.
- {your CI url}/backend/roles/ to manage roles.
- {your CI url}/backend/uri_permissions/ to manage URI permissions.
- {your CI url}/backend/custom_permissions/ to manage custom permissions.
Typically {your CI url} is combination of 'base_url' and 'index_page' in your CI config file.