Add option for users to change password hashing algorithm in their .env file

This commit is contained in:
DariusIII
2018-12-28 13:10:14 +01:00
parent ff801e0dee
commit 32e950f899
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -37,6 +37,7 @@ APP_URL=
APP_TZ=
APP_KEY=
LOG_CHANNEL=stack
PASSWORD_HASH=argon
BROADCAST_DRIVER=log
CACHE_DRIVER=file