mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #111] Adding Administrator from Installation Problem #86
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#86
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jamesnogra on GitHub (Aug 12, 2014).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/111
When I browse to http://www.MY-WEBSITE.com/vimbadmin, I am redirected to http://www.MY-WEBSITE.com/vimbadmin/auth/setup. I can see the Installation form Step1, Step2, etc. But when I try to fill the registration form, Salt, Username, and Password and then I click "Activate my Account", I am redirected back to the same page (http://www.MY-WEBSITE.com/vimbadmin/auth/setup) telling me to add an Admin. When I looked at the vimbadmin database in MySQL, no admin was added.
What am I doing wrong here? I have the correct MySQL database name, username, password, and host. I am using PHP 5.5.9, Apache 2.4.7 and MySQL 5.5.38.
By the way, I am using ViMbAdmin V3
@frdmn commented on GitHub (Sep 1, 2014):
Same issue here!
I'm currently trying to setup a Docker image (frdmn/mail-docker) that ships Dovecot, Postfix, ViMbAdmin and Roundcube and just ran into the same issue.
Any ideas?
@barryo commented on GitHub (Sep 1, 2014):
This is the first page you should see:
You need to complete step one by copying the salts to the config file. I.e. copy:
to
application/configs/application.iniand replace the blank strings already there.NB: There are empty placeholders WHICH MUST BE REMOVED - http://git.io/p2asEA
You can then complete step 1 immediately (with the key prefilled) or refresh to confirm your application.ini is correct - where you'll find:
Copy the security salt back and complete the registration.
@frdmn commented on GitHub (Sep 1, 2014):
Thanks for the quick reply, @barryo. However: odd. Here's how my application.ini looks like at the moment:
Is that too little?
@barryo commented on GitHub (Sep 1, 2014):
The values provided are random. Can you try with those and let me know?
@frdmn commented on GitHub (Sep 1, 2014):
@barryo Okay, that worked. I could narrow it down (a bit):
Tried with a 64 byte alpha numeric string = Nay!
32 byte special characters = Nay!
64 byte special + alpha numeric = Yay!
Thanks for the help!