markjcrane
343abf2511
Fix the redirect on two more files.
2016-04-15 18:40:23 -06:00
markjcrane
fa081456b1
Change $_SERVER['DOCUMENT_ROOT'].PROJECT_PATH to $_SERVER["PROJECT_ROOT"].
2016-01-17 00:01:13 -07:00
markjcrane
5da1286329
Add session cookie httponly and set it to true.
2015-12-21 20:52:54 -07:00
Mark Crane
2722c91928
Remove redundant code from login.php.
2015-05-25 15:52:16 +00:00
Nate Jones
a58e173c6a
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
2f81b6a752
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
5d794db32d
Login: Display error message on invalid login credentials.
2015-04-14 01:36:01 +00:00
Nate Jones
b244cd2c91
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
ea4c77e81d
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
9f71bdd024
Change links from includes to the resources directory.
2013-07-10 23:41:12 +00:00
Mark Crane
8e3be308e8
Fix the path for config.php for both index.php and login.php.
2013-07-06 08:03:14 +00:00
Mark Crane
d126a2bb95
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
c44d39dcf9
Change the path for includes/require.php to the resources directory.
2013-07-06 06:03:27 +00:00
Mark Crane
8e55371c6d
Add ability to customize login.php and index.php.
2013-02-10 02:12:23 +00:00
Mark Crane
c6fa71125d
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
9a29268a7c
Move the redirect before the require.php include.
2013-01-05 09:48:19 +00:00
Mark Crane
c945f6e436
If config.php does not exist then redirect to the install.php.
2013-01-05 09:44:18 +00:00
Mark Crane
d334d98c74
To prevent inconvenience on the upgrade
2013-01-05 09:35:41 +00:00
Mark Crane
c5a82ac351
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
b49bee54d6
change app/user_settings to core/user_settings
2013-01-05 07:15:23 +00:00
Mark Crane
057e7d3830
Change app/user to app/user_settings.
2013-01-05 06:58:14 +00:00
Mark Crane
46b95461e2
Update the login to use user_dashboard as the default destination after login.
2013-01-05 05:59:09 +00:00
Mark Crane
e3500b7e03
Update the login.php page.
2013-01-05 04:34:45 +00:00
Mark Crane
1c21796282
Change the default settings names.
2012-12-19 21:03:14 +00:00
Mark Crane
b8c9e2bfda
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