SUPERADMIN.TXT: updating docs

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@177 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
David Goodwin 17 years ago
parent 1b0ab9c874
commit a6e0e9e9cc

@ -1,17 +1,16 @@
------------------------------------ ------------------------------------
Recreating a superadmin account Recreating a superadmin account
The database scripts DATABASE_MYSQL.TXT and DATABASE_PGSQL.TXT create a super admin When you run setup.php you will be required to enter a super user name and password.
of admin@domain.tld, password: admin This user will be able to login and modify any domain or setting. Hence, superadmin!.
With that login you can create new superadmins (and you should delete or change the With that login you can create new superadmins (and you should delete or change the
password of admin@domain.tld). If that user is no longer there or you didn't use password of admin@domain.tld). If that user is no longer there or you didn't use
the .TXT files, you could add another manually from the database. Just use the code the .TXT files, you could add another manually from the database.
from one of the .TXT files. Do this as root on the MySQL machine:
(The example uses MySQL, the syntax will be similar for PostgreSQL)
# mysql # mysql
Welcome to the MySQL monitor. Commands end with ; or \g. Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 8186 to server version: 5.0.27 Your MySQL connection id is 8186 to server version: 5.0.27
@ -33,4 +32,3 @@ mysql> exit
Bye Bye
Then you can log in as new@domain.tld, password: admin Then you can log in as new@domain.tld, password: admin

Loading…
Cancel
Save