1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-23 18:56:20 +02:00
Commit Graph

38 Commits

Author SHA1 Message Date
Jimmi08
c431a677fe #3470 login error message is loaded 2x
CLOSES #3470
2022-03-31 12:48:35 +02:00
Cameron
b19f9ffbc3 Frontend scripts tests. (may break some things) 2021-01-19 18:52:56 -08:00
Nick Liu
379a963902 New API to detect if social login is enabled site-wide
The site-wide social login system is now backwards-compatible with how
the social_login_active core pref worked since commit
3b2d8333b6.

social_login_active's least significant bit is now treated as a global
bit, so if it's not set, no other bits are allowed to be set. This
un-breaks all existing checks for whether social_login_active is empty.

Except in themes, the social_login_active check has been replaced with
an e_user_provider API to check if social login is enabled site-wide.
2020-02-22 23:55:20 +01:00
Deltik
1f824faa69 Renormalized all text file line endings 2019-03-29 19:13:32 -05:00
Tijn Kuyper
e1ce2f528d Closes #2513 - Clarify messages to main admins on /login.php 2017-03-22 00:40:32 +01:00
Cameron
031c1c922d #2209 Display message when user registration is disabled and preventing login form from rendering. 2017-01-24 15:22:53 -08:00
Cameron
43d0211590 Code cleanup: deprecated include_lan() 2017-01-23 09:41:23 -08:00
Cameron
f1ea84e6fb Issue #2209 2017-01-10 16:27:46 -08:00
Cameron
59cacab228 Fix for login page message styling/placement. 2016-12-10 11:36:46 -08:00
Cameron
a98954f775 Added Form ID. 2016-12-04 16:26:29 -08:00
Jimmi08
4cc4bb56c9 make login.php as standalone page #1466 2016-03-29 07:48:30 +02:00
Cameron
8d13c27638 Fix for login/signup message on comment form. Allow login page to load if social signup is active. 2016-03-13 17:57:51 -07:00
Cameron
168aa846f1 Added support for previousURL to login page. 2016-03-01 09:27:09 -08:00
Cameron
b4c4352080 Login page template/shortcode fixes. 2016-02-29 15:13:32 -08:00
Cameron
796f5fa95c Header location cleanup. From now, please use e107::redirect(); to redirect to the home page, or e107::redirect('admin'); to redirect to the admin start page or e107::redirect($url); 2016-01-13 19:18:12 -08:00
Cameron
b7cb8fe75d Fixes #197 , Issue #831 - Social logins. 2015-02-05 16:24:54 -08:00
Cameron
c3e93fb34d Issue #435 - More Bootstrap3 styling fixes. Login-menu shortcodes updated to v2 spec. 2013-12-21 06:23:22 -08:00
Cameron
a0aec4b210 Renamed bootstrap flag e_BOOTSTRAP to BOOTSTRAP. Set e_BOOTSTRAP as path of bootstrap folder. 2013-06-17 16:03:33 -07:00
Cameron
27e98076f0 More shortcode/parser BC (global) fixes. 2013-05-31 18:52:46 -07:00
Cameron
91e3f336f6 Bootstrap front-end template. Login page added. 2013-03-22 19:56:28 -07:00
Cameron
0fbb9acf2b Login page shortcodes updated to use class. {LOGO=login} added for consistent logo site-wide. ie. use pref or use file. 2013-03-20 18:41:27 -07:00
Cameron
3b953d1315 Template-path changes. 2013-03-20 16:58:39 -07:00
SteveD
10ce319b5a Issue #105 - hide LOGINMESSAGE in login.php if no error to report 2013-02-18 22:31:57 +00:00
nlstart
c6d1fc3dc9 Fix for the login.php redirect on how Cameron intended it. 2012-02-26 13:03:28 +00:00
CaMer0n
eb2349e1c2 Disable login.php when a custom e_LOGIN is used. (customlogin.php for example) 2011-06-07 02:20:27 +00:00
secretr
645d2dda6d Mass changes (work in progress - related beta testing and feedback highly appreciated)
- New session handler - appropriate changes made at important core areas (language handler, chap login related)
- Overall better COOKIE handling (on both server and client side) - cookies respect now installation path, domain (based on language settings)
- Introduced Security Levels (see session handler constants/docs), security level option could be added to install routine now
- Security level printed on Administration info panel, appropriate lans added (subject of discussion)
- e_TOKEN security part of session handling now - logic depends depends on security level (TODO - POST_REFERER removal)
- e_print, e_dump debug functions added (for quick and nice debug view via site output), native overall FirePhp support planned
- a lot of minor bugfixes
2010-10-26 07:41:20 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
e107steved
a6eb8087b7 Notice removal 2009-12-10 20:19:54 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
marj
921e428a01 Add include_lan() to fornt 2009-08-28 15:30:25 +00:00
CaMer0n
c6568d0b31 Updated file description 2009-07-14 05:31:57 +00:00
e107steved
1dbc83217a Bugtracker #4740 - handle page redirect if JS disabled 2009-05-26 20:14:29 +00:00
CaMer0n
5f5dc41a42 Added clearer Login options and labels (LANS). username/password, email/password and username or email/password. 2009-03-06 20:09:08 +00:00
e107steved
bd226a608f Improve formatting when debug enabled 2008-06-16 19:37:44 +00:00
e107steved
b5771e501d Password options for logon, email login option, random user name/PW generation, Bugtracker #4393 and possibly others previously added to 0.7 2008-06-13 20:20:23 +00:00
e107steved
41d4e86bf4 Bugtracker #3823 - spurious LAN 2007-03-05 21:35:12 +00:00
mrpete
2183fe91fb bugfixes: notice, template space-replace error 2007-01-17 13:37:25 +00:00
mcfly
e149b35fcc new module creation 2006-12-02 04:36:16 +00:00