- Notifications
You must be signed in to change notification settings - Fork25
License
NotificationsYou must be signed in to change notification settings
Identihub/Identihub
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
(Installation guides are located in our wiki)
There are are several ways to install Identihub in various configurations:
I'm getting an error message upon deployment: "The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths."
Run the following within your Vagrant box:
php artisan key:generate
php artisan config:clear
To help identify and subsequently fix bugs faster, make sure to include some basic information in your report.
- Expected Results (e.g. Successful User Login)
- Actual Results (e.g. User Login Interrupted with Error Message...)
- Browser (e.g. Mozilla Firefox) and Screen Resolution (e.g. 1920x1080)
- Steps to Reproduce (e.g. Access Main Page, Hit Login, Fill In Login Form, Hit Submit Button)
Simply create a branch based on thedev
branch, do your changes, and open it as a pull request. Ideally write tests for the feature or bugfix you propose.