Open jesse-cain opened 1 year ago
It is looking like, contrary to claims on the cydrobolt/polr repo, that AVC isn't supporting their fork any longer. No response to your open issue since October of last year. Very sad. It looked like a great solution.
Installed Polr and after going through sitename/setup I am unable to log in as the user (suggestion: create an updated instruction page for this fork)
Expected Behavior
Expected: go through set up process, open sitename/setup and create initial user account, login as initial user and begin using the site.
Current Behavior
Currently: complete set up, attempt to login as initial user and get error "invalid password or inactive account, try again."
I used mysql to check the users table in database and it returned empty. I then created a user with cli using the following:
insert into users (username, password, email, ip, recovery_key, role, active ) values ('myusername', 'youKnowmysecret', 'somename@mydomain.net', '192.168.100.10', '2rRgbF3mPyPzdS40oa7D', 'admin', '1');
Now I can see the account in the database using
select * from users;
but login still fails.Possible Solution
Steps to Reproduce (for bugs)
1. 2. 3. 4.
Context
Your Environment
Environment: Ubuntu Server 20.4, Apache2, MySQL 8.0.34, php 8.2.11 Used git command
sudo git clone https://github.com/Antelope-Valley-College/polr.git --depth=1
git rev-parse HEAD
):