Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default admin user missing #3

Open
apmuthu opened this issue Jun 27, 2020 · 0 comments
Open

Default admin user missing #3

apmuthu opened this issue Jun 27, 2020 · 0 comments

Comments

@apmuthu
Copy link

apmuthu commented Jun 27, 2020

There should be a default admin user in the inc/database.sql file with something like the following appended to it:

/*
[email protected]
password
*/

INSERT INTO `users` (`id`, `email`, `passwort`, `vorname`, `nachname`, `created_at`, `updated_at`, `passwortcode`, `passwortcode_time`) VALUES
('1','[email protected]','$2y$10$Lao5kA4bLUeNZIOC0HSK2.z8v4lUL3tYQ0Uq6f0YUH1w2UF0JkNVm','System','Administrator','2020-06-26 22:06:59',NULL,NULL,NULL);

Also a language translation system will enable English and other non German users to partake of it.

apmuthu added a commit to apmuthu/MPOS that referenced this issue Jun 27, 2020
Replaced latin1_german_ci to latin1_general_ci in table collations
Added a commented out statement for default Admin user in inc/database.sql
ZugBahnHof#3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant