Commit Graph

28 Commits

Author SHA1 Message Date
FusionPBX f49ac8d931 Update login.php 2016-12-11 22:09:27 -07:00
markjcrane df9d9a5e9d Fix the redirect on two more files. 2016-04-15 18:40:23 -06:00
markjcrane 23b4b7c9bf Change $_SERVER['DOCUMENT_ROOT'].PROJECT_PATH to $_SERVER["PROJECT_ROOT"]. 2016-01-17 00:01:13 -07:00
markjcrane b721572c56 Add session cookie httponly and set it to true. 2015-12-21 20:52:54 -07:00
Mark Crane 8a5c09b0ee Remove redundant code from login.php. 2015-05-25 15:52:16 +00:00
Nate Jones a4f18db6c2 Themes: Add body_opacity (Enhanced & Minimized) and menu_opacity (Minimized only) settings.
Login: Prevent error on logout, if session not set.
2015-04-14 07:13:51 +00:00
Nate Jones a73ada0cd3 Login: Don't overwrite message if not attempting login (restores Password Reset 'Reset Link Sent' message). 2015-04-14 01:42:57 +00:00
Nate Jones 9f90e93d2f Login: Display error message on invalid login credentials. 2015-04-14 01:36:01 +00:00
Nate Jones e962705677 Login Changes:
If visiting /index.php and /themes/[theme]/index.php exists, will load it.
If visiting /index.php and /themes/[theme]/login.php exists, will load it.
If NEITHER exist, will load /resources/login.php.

If visiting /login.php and /themes/[theme]/login.php exists, will load it.
If DOESN'T exist, will load /resources/login.php/

/resources/login.php reworked, Enhanced theme reworked.
2014-07-27 00:13:52 +00:00
Nate Jones 8a7c25dff0 Logout/Login: Clear session on login.php instead of logout.php - allows refresh to easily rotate background photos, if desired. 2014-07-26 19:37:29 +00:00
Mark Crane 95f86e6723 Change links from includes to the resources directory. 2013-07-10 23:41:12 +00:00
Mark Crane d3d4292c37 Fix the path for config.php for both index.php and login.php. 2013-07-06 08:03:14 +00:00
Mark Crane dfd52f9478 Adjust the login and index.php pages to use the check the new path for the config.php file. 2013-07-06 07:38:14 +00:00
Mark Crane ffffea0710 Change the path for includes/require.php to the resources directory. 2013-07-06 06:03:27 +00:00
Mark Crane 59b369e7e9 Add ability to customize login.php and index.php. 2013-02-10 02:12:23 +00:00
Mark Crane 6d6edca0bf Make the login.php use the correct app_languages.php file. Reason to do this is because login.php in the root is put in a position as being part of the core so I wanted the translations to be part of the core as well. And user settings is related to the user login. App/login is in the app directory to make the login and logout as an optional part of the menu since they could be incorporated in the theme. 2013-01-05 10:06:32 +00:00
Mark Crane d20b26073e Move the redirect before the require.php include. 2013-01-05 09:48:19 +00:00
Mark Crane a4c541aa1b If config.php does not exist then redirect to the install.php. 2013-01-05 09:44:18 +00:00
Mark Crane b8f35ca672 To prevent inconvenience on the upgrade 2013-01-05 09:35:41 +00:00
Mark Crane 965f4a8d85 Move login.php to core to allow for the app_languages.php file to be defined in its application directory. 2013-01-05 09:20:07 +00:00
Mark Crane dd10c5a407 change app/user_settings to core/user_settings 2013-01-05 07:15:23 +00:00
Mark Crane 5f138a5f52 Change app/user to app/user_settings. 2013-01-05 06:58:14 +00:00
Mark Crane d941c849c9 Update the login to use user_dashboard as the default destination after login. 2013-01-05 05:59:09 +00:00
Mark Crane e805aff9d8 Update the login.php page. 2013-01-05 04:34:45 +00:00
Mark Crane 14179a3fcd Change the default settings names. 2012-12-19 21:03:14 +00:00
Mark Crane d92ba11967 Add an option to set an array of domains for the login page. 2012-12-18 14:57:44 +00:00
Mark Crane 3b5c5d3e8d Add an optional domain_name to the login page. 2012-07-26 19:24:55 +00:00
Mark Crane af103e9c41 Add a missing file sip_profile_copy.php to the dev branch. 2012-06-04 14:58:40 +00:00