Skip to content

Commit ee9fae7

Browse files
committed
Fix in installer
1 parent 687a56d commit ee9fae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ echo ""
488488
hash=$(php -r "echo password_hash('$password', PASSWORD_BCRYPT, ['cost' => 12]);")
489489

490490
# Build SQL
491-
sql="INSERT INTO admin (email, password, admin_group_id, role, status) VALUES ('$email', '$hash', 1, 'admin', 'active');"
491+
sql="INSERT INTO admin (email, pass, admin_group_id, role, status) VALUES ('$email', '$hash', 1, 'admin', 'active');"
492492
db_name="registrar"
493493

494494
# Execute SQL

0 commit comments

Comments
 (0)