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

Iglesia Arboles de Justicia ChurchCRM admin locked out account. #5228

Closed
ChurchCRMBugReport opened this issue Apr 29, 2020 · 6 comments
Closed

Comments

@ChurchCRMBugReport
Copy link

My admin account is locked after one of my delegates unsuccessfully tried to log in several times. I know the user name and password, but she did not know I changed it earlier. Good thing I created a login for someone to enter information, which is working for her.
I want to customize the site and have no access as Admin to that. It's been several days already with this issue, I thought it was going to go away in 48-72 hrs.
How can I unlock the admin account?

Collected Value Title Data
Page Name /Menu.php
Screen Size 900x1440
Window Size 766x1440
Page Size 1750x1440
Platform Information Linux web18.us.cloudlogin.co 4.4.214-xeon-hst #4 SMP Tue Feb 18 15:55:38 UTC 2020 x86_64
PHP Version 7.3.17
SQL Version 5.7.23
ChurchCRM Version 4.0.2
Reporting Browser Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36
Prerequisite Status Missing Prerequisites: ["Mod Rewrite"]
Integrity check status {"status":"failure","message":"One or more files failed signature validation","files":[{"filename":".htaccess","status":"Hash Mismatch","expectedhash":"33745659badf55b25f7a178d0ad64a8ca36594de","actualhash":"da39a3ee5e6b4b0d3255bfef95601890afd80709"}]}
@MrClever
Copy link
Collaborator

Please review and follow the instruction from our Wiki on how to recover a locked out admin account:
https://github.com/ChurchCRM/CRM/wiki/Reset-Password

@MrClever
Copy link
Collaborator

MrClever commented May 14, 2020

Per instructions in Dev chat, please run the following SQL against your ChurchCRM database:

UPDATE `user_usr` 
    SET `usr_FailedLogins` = 0
    WHERE usr_per_ID = 1
    AND usr_UserName = 'Admin';

Please let us know if this corrects the problem for you so we can close this one out.

@MrClever
Copy link
Collaborator

MrClever commented Jun 9, 2020

I believe this has been rectified with the reset of usr_FailedLogins.

@MrClever MrClever closed this as completed Jun 9, 2020
@faithwc
Copy link

faithwc commented Jun 10, 2021

Hi, I have a similar problem. For some reason, we can no longer log into our Admin account. I do have access to PHPMyAdmin and MySQL, but I don't know enough about these things to do the update described here. Would you be able to take me step by step through the process to reset the Admin password?

Thanks!

@MrClever
Copy link
Collaborator

@faithwc - please open a new ticket with your problem description etc. Feel. free to refer to the ticket if you think it is related. This is a closed ticket.

@faithwc
Copy link

faithwc commented Jun 11, 2021

MrClever, thanks for replying. I actually figured it out. I continued to research the issue and found that people who had older versions of ChurchCRM were having trouble logging in after one of the PHP updates. I had to edit the bootstrap.php file and that fixed the issue. Thanks, though. If I run into another issue, I'll be sure to open a new ticket instead of hopping on an old one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants