FusionPBX
|
1880f41602
|
Update check_auth.php
|
2019-07-25 19:54:16 -06:00 |
FusionPBX
|
679e7a3a48
|
Update check_auth.php
|
2019-02-09 07:54:09 -07:00 |
markjcrane
|
a72f1d6266
|
Change messages class to message
|
2018-08-31 03:09:01 +00:00 |
FusionPBX
|
8c10f27c9e
|
Update check_auth.php
|
2018-06-05 23:36:24 -06:00 |
FusionPBX
|
b67852f20a
|
Update check_auth.php
|
2017-07-01 10:09:17 -06:00 |
FusionPBX
|
52ba793640
|
Update check_auth.php
|
2017-07-01 09:44:34 -06:00 |
FusionPBX
|
0fecdec093
|
Update check_auth.php
|
2017-06-20 11:29:50 -06:00 |
Mafoo
|
aaaff6e3f7
|
BugFix - check_auth (#2672)
the update to check_auth to enable text i made a mistake and put the
wrong parameter into get. this corrects that
|
2017-06-10 09:22:24 -06:00 |
Mafoo
|
9ecba1d010
|
Enhance [master] - update check_auth to use $text (#2661)
* Enhance - update check_auth to use $text
convert to messages::add and utilize $text for invalid_credentials
* Russian translations for check_auth
|
2017-06-09 22:13:51 -06:00 |
FusionPBX
|
b35a815a0a
|
Update check_auth.php
|
2017-04-27 17:58:20 -06:00 |
FusionPBX
|
580489b95c
|
Update check_auth.php
|
2016-12-11 23:37:59 -07:00 |
FusionPBX
|
2969501c6a
|
Update check_auth.php
|
2016-12-11 22:47:51 -07:00 |
FusionPBX
|
52ab0bb767
|
Update check_auth.php
|
2016-12-11 22:19:02 -07:00 |
FusionPBX
|
83c9525e01
|
Update check_auth.php
|
2016-09-16 18:06:51 -06:00 |
FusionPBX
|
7febaf05f2
|
Update check_auth.php
Set the domain_uuid session variable.
|
2016-09-11 12:27:41 -06:00 |
FusionPBX
|
ed20a1f6c8
|
Update check_auth.php
|
2016-09-10 23:52:11 -06:00 |
FusionPBX
|
1b485e7d45
|
Update check_auth.php
Updated to use the new authentication class.
|
2016-09-10 23:13:08 -06:00 |
FusionPBX
|
bdfc6fe563
|
Update check_auth.php
Remove this code to fix a bug voicemail_id is numeric, extension is not always numeric, and number alias should be numeric.
|
2016-05-10 17:25:20 -06:00 |
markjcrane
|
f64e41301e
|
Make sure the user extension arrray exists on the initial login.
|
2016-05-06 17:47:03 -06:00 |
markjcrane
|
c3b12c217d
|
Cleanup the indentation ... tabs and whitespace after the last pull request.
|
2016-04-28 16:56:44 -06:00 |
Harry G. Coin
|
cb98d74ccd
|
add tls, support ldaps
|
2016-04-25 22:22:03 -05:00 |
markjcrane
|
976fc1bc8f
|
Increase the HTTPS security.
|
2016-02-22 13:18:37 -07:00 |
markjcrane
|
5da1286329
|
Add session cookie httponly and set it to true.
|
2015-12-21 20:52:54 -07:00 |
markjcrane
|
594ab6fa00
|
Change the indentation. Add a conditional include.
|
2015-07-28 10:42:07 -06:00 |
Mark Crane
|
57ceca4590
|
Account for the fact that mb_strtolower is not always available.
|
2015-06-01 04:54:21 +00:00 |
Mark Crane
|
fc06cb3661
|
More work to make domain names case insensitive.
|
2015-05-30 20:59:11 +00:00 |
Nate Jones
|
5d794db32d
|
Login: Display error message on invalid login credentials.
|
2015-04-14 01:36:01 +00:00 |
Nate Jones
|
d18b4aacec
|
Added ability to return (on login) to last visited page on logout.
|
2015-04-04 18:46:44 +00:00 |
Mark Crane
|
5ed2f3b366
|
Fix the order of the LDAP options so its used before ldap_bind.
|
2015-03-24 20:49:44 +00:00 |
Mark Crane
|
8468ed337c
|
Add a time out for the LDAP.
|
2015-03-24 20:16:53 +00:00 |
Mark Crane
|
0d5d31f069
|
Update the LDAP authentication.
|
2015-03-24 19:54:59 +00:00 |
Mark Crane
|
a0e17a8bad
|
Fix the LDAP user log in by setting user_uuid SESSION and account for the user unique global option.
|
2015-03-23 23:46:18 +00:00 |
Mark Crane
|
e2465d9d04
|
Uncomment the SQL insert statements for LDAP.
|
2015-03-18 03:41:19 +00:00 |
Mark Crane
|
e43452c177
|
Update LDAP authentication.
|
2015-03-18 02:39:35 +00:00 |
Mark Crane
|
c07b8c73ac
|
Get rid of $auth_failed, if username session is set consider the the user authenticated.
|
2015-03-17 14:44:09 +00:00 |
Nate Jones
|
71a861580c
|
Voicemail: Added additional options for email notification (attach vm, download link, auto-play listen link). Also cleaned up email templates a little.
|
2015-02-24 08:09:01 +00:00 |
Mark Crane
|
7d917f2547
|
Check for permissions that have a null domain_uuid.
|
2014-12-26 07:08:05 +00:00 |
Mark Crane
|
7743dd9462
|
Fix domain sessions for user@domain when users is logging into a different domain
|
2014-08-20 23:40:13 +00:00 |
Mark Crane
|
3a3d2f6f2c
|
Increase the api_key required length to 30 characters or greater
|
2014-07-29 03:15:31 +00:00 |
Mark Crane
|
8cb07fe758
|
DRY out the authentication a little more
|
2014-07-29 03:03:22 +00:00 |
Nate Jones
|
d50b042590
|
Fix for Issue 481 (Enhanced) - Links to protected pages (such as emailed conference recording links, etc) will now properly redirect upon a successful login attempt AFTER failed login attempts.
|
2014-06-18 04:53:18 +00:00 |
Mark Crane
|
9458e5b51e
|
Add permissions only if there are groups assigned to the user.
|
2014-06-10 21:16:42 +00:00 |
Mark Crane
|
ca20707544
|
Fix the per user language user_setting so that it is only applied if it has a value
|
2014-05-21 05:52:39 +00:00 |
Mark Crane
|
0b93629a3c
|
Fix the user setting so they work. User settings need to be set after login
|
2014-05-12 23:30:26 +00:00 |
Mark Crane
|
4db614ee8c
|
change strlen($key) to isset($_REQUEST["key"] to fix login problem affecting one system
|
2014-04-18 01:22:37 +00:00 |
Mark Crane
|
d089f7ded0
|
If authentication is set for unique global username then don't remove the @domain from the username.
|
2014-02-04 04:53:42 +00:00 |
Mark Crane
|
2725e25be3
|
Add an include to ensure the domains class exists.
|
2013-12-30 16:03:29 +00:00 |
Mark Crane
|
0c272c7906
|
Add an option for the user accounts to be globally unique.
|
2013-12-27 18:24:57 +00:00 |
Mark Crane
|
b3d38b6039
|
A little more work to enable the api key.
|
2013-09-21 07:58:29 +00:00 |
Mark Crane
|
a62f4f7049
|
Add a $key option for the REST API.
|
2013-09-21 02:55:02 +00:00 |