Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 896 Bytes

backend.md

File metadata and controls

20 lines (12 loc) · 896 Bytes

Backend

The application backend is accessible via /backend or by clicking on the gear icon, after you are logged in.

Only users with permission backend_default can access the backend dashboard.

Access restricitions

‼️ By default all controllers of the application are only accessible to the admin user.

You can make a page or controller publicly available, when you add the corresponding permission to the Public role. It is recommended to setup an user with role Editor for managing the contents in the backend.

User authentication and authorization is provides by the extension dektrium/yii2-user, you can find its documentation on GitHub.

Language Selection

You can switch the application language by choosing another language under the flag icon on the top right menu bar.