3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 22:35:54 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
0cf5ad120b Removed todo 2016-12-22 21:09:01 -08:00
68ac4abe2c Updated throttling override for 5.3 2016-12-14 06:30:51 -08:00
433adb1dcb Updated traits and method names for 5.3 2016-12-14 05:06:51 -08:00
5cd7e84d98 Renamed Password controllers to new 5.3 versions 2016-12-14 05:06:15 -08:00
65db55908a Rename to AuthController to LoginController 2016-12-14 04:30:56 -08:00
7ccef51a4f Removed some dumb comments 2016-12-01 02:25:53 -08:00
4c418bf622 Remove unused $request variable 2016-12-01 02:13:00 -08:00
16cfdbaa93 Redirect the lost password success back to login 2016-12-01 02:04:43 -08:00
3f8f6ad981 Fixes #2995 - adds max login attempts/duration as .env option 2016-12-01 02:04:15 -08:00
68b9ffb908 Only allow login via LDAP if the user was already imported or created via LDAP 2016-12-01 00:29:45 -08:00
6c366eb112 Fixes potential login issue if password syncing is set to true 2016-11-30 20:39:43 -08:00
b854689d3d Urlencode username in case it has spaces 2016-11-11 20:09:22 -08:00
4747a4c03f Added urlencode to site name 2016-10-31 22:34:57 -07:00
10ea5daabd Harden PragmaRX secret to 32 bytes (#2859)
This is needed at all but that extra security is always good.
2016-10-31 11:20:31 -07:00
cea255995c Fixes #106 - adds Google Authenticator support (#2842)
* refactor to clean up LDAP login, and make the login method easier to handle.

* Login refactor cleanup

* Google 2FA package

* Adds Google Authenticator two-factor

* Removed unused blade

* Added optin setting in profile

* Removed dumb comments

* Made lock_passwords check more consistent

* Additional two factor strings

* Lock passwords check

* Display feature disabled text if in demo mode

* Two factor admin reset options

* Translation strings
2016-10-29 05:50:55 -07:00
40f00665b3 Translate emails (#2652)
* commit temporal

* final translation commit -- added email translations

* final translation commit -- removed file for spanish translations

* final translation commit -- removed file for spanish translations

* added missing translations

* method overrided and config files back to default

* config files back to default

* config files back to default
2016-09-26 14:13:07 -07:00
1d3255a00b Allow admin to turn LDAP password sync off.
This is added to handle customers/users with a security policy that prohibits third-parties or external databases from storing LDAP passwords.
2016-08-04 14:29:28 -07:00
92175eb700 Few more LDAP/AD tweaks 2016-07-14 23:49:32 -07:00
4233c781ac Reworked LDAP login. Fixes #2218
LDAP no longer fails completely when the connection settings are wrong, or when app key is messed up. Rather than auth as the admin user and search, we auth as the user themselves. Admin auth is only for LDAP sync now.

This should mean much fewer problems with donked LDAP settings and login.
2016-07-13 05:50:24 -07:00
c8351ae01b Reverting back to or die 2016-07-11 18:25:29 -07:00
4e38f96f97 Switched or and and to || and && for code quality 2016-07-10 20:55:44 -07:00
a9f060e768 Removed extraneous comments 2016-07-09 18:19:19 -07:00
ba01b20ad4 Use updated redirect() reference 2016-04-28 21:06:41 -07:00
a62859dc6d Updated docblocks 2016-04-07 13:21:09 -07:00
90d4a8b2e3 Cleanup namespaces a bit 2016-03-25 19:26:22 -07:00
fe00b0e401 Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00