User App

The User App is responsible for authenticating all types of users  (Administrator, Admin, VIP, Registered, Guest).

The basic URL for The User App is user. (https://your_domain/lang_url/user/)

The user App has 3 built-in pages: Register, Login, and Logout.

Register Page

https://your_domain/lang_url/user/register/

This page is responsible for registering new users.

Non-registered Guest users can use it and become Registered users.

The following data is required for registration:

·       A unique Username. (In lowercase letters)

·       A unique Email account. (In lowercase letters)

·       And a strong password. (Password must be at least 6 characters!)


After registeration, the user will be redirected to the Profile App.

 

Login Page

https://your_domain/lang_url/user/login/

Administrator, Admin, VIP, and Registered Users can use this page to sign in to the website.

The Login Page is the Index Page for User App.

It means you can access to it directly: https://your_domain/lang_url/user/

The following data is required for registration:

·       A valid Username or Email.

·       A valid Password.

 

Logout Page

https://your_domain/lang_url/user/logout/

This page can be used for terminating the current user session.