Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 770 Bytes

tutorial-admin.md

File metadata and controls

30 lines (16 loc) · 770 Bytes

👷 Initial backend setup with admin user

Accessing the application backend

After starting the application stack and opening it in your browser, you can access the web-application backend via /backend.

login

Login with admin / admin1 and change the admin password.

👷 Create users and assign roles

user-admin

  • admin
  • dev (Developer)
  • editor (Editor)
  • preview (Frontend)

💡 The user admin is very similar to a root-user, by default it has every permission, or speaking in Yii terms can() always returns true.

👷 Activate prototyping asset bundle

  • /settings

settings

Logout as admin.