From 28275578856d6a62aea632e620f953f9bbaa12f2 Mon Sep 17 00:00:00 2001 From: renderpci Date: Tue, 28 Jun 2016 22:56:39 +0530 Subject: [PATCH] Default user "admin" change to "root" Change the default user name from "admin" to "root" in the install database, this change made usable the "admin" username for the administrators. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index b07cede864..a17a9b942e 100644 --- a/Readme.md +++ b/Readme.md @@ -97,7 +97,7 @@ Some projects using Dédalo to manage their Cultural Heritage or Oral Archive: 6. Change the file /lib/dedalo/config/sample.config4_db.php with your DB configuration. 7. Rename the /lib/dedalo/config/sample.config4_db.php to /lib/dedalo/config/config4_db.php. 8. Run Dédalo into the browser. -9. Fix your admin password (you can change only once), the default account is: admin (this user is a root and only for development or debuger the application). +9. Fix your admin password (you can change only once), the default account is: root (this user is only for development or debuger the application). 10. Create one Administrator user account with all access to the system.(this user will be the administrator of the system) 11. Logout and login with the Administrator acount. 12. Create Users and Projects as you need.