-
Notifications
You must be signed in to change notification settings - Fork 506
Home
Ap.Muthu edited this page Apr 26, 2017
·
26 revisions
Welcome to the ChurchCRM wiki!
UPDATE `user_usr` SET
`usr_Password` = SHA2(CONCAT("SECRET_PASSWORD", usr_per_ID),256)
, `usr_NeedPasswordChange` = 0
WHERE usr_per_ID = 1
AND usr_UserName = 'Admin';
- Installation Guide ← Start here!
- First Run Setup
- Features Overview
- Upgrade Guide
- Backup & Restore
- Rollback Procedures
- File Permissions
- Troubleshooting
- Logging & Diagnostics
- SSL/HTTPS Security
- Localization Overview