Prerequisites

UserAccess is not using a database. All data is stored directly in-page.

No passwords are stored in clear text. Only password hashes (generated by bcrypt hash algorithm) are stored for user authentication.

UserAccess is using a standard, non persistent PHP session cookie. This cookie is a functional cookie and must be accepted by the client browser. This cookie is deleted automatically when the browser is quit.

No SSL certificates are required for HTTPS communication but strongly recommended.

Prerequisites for using UserAccess stack:

- RapidWeaver 8 or higher
- Stacks 4 or higher
- PHP 7.4 or higher
- Activated PHP sessions (standard for every PHP installation)
Back
Next Post >