Hello, when I log in for the first time on a project with the active security module must be loaded by hand in the database permissions for the administrator?
I copied them from the development database using phpMyAdmin.
I
t seems to me not very functional. What is then the flag Administrator privileges. I could change the security model that if the flag is on, it can do everything.
This is the idiea for an Administrator
The proper thing to do is to have an installation routine that creates the database, tables, populates key tables, creates the first (admin user) and sets its password. This password should be user input at the point of installation. The routine should only run if the database does not already exist.