Log of /contributions/modules/logintoboggan/logintoboggan.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.170 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 21 18:11:47 2009 UTC
(5 weeks, 2 days ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.169: +45 -45 lines
Diff to
previous 1.169
value -> markup. refactor check for a manual removal of the pre-auth role by the admin -- use a hidden form field instead. fix logic for password description. add a missing user message for registration when the pre-auth role is the auth user. fix broken query placeholders. remove unnecessary query that erroneously updated a user's login time when an admin validated their account. fix broken call to drupal_goto. fix up redirect array. use core's user mail functionality for resending validation emails. fix broken mail_alter implementation for admin validation emails.
Revision
1.169 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 20 22:10:04 2009 UTC
(5 weeks, 3 days ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.168: +97 -110 lines
Diff to
previous 1.168
refactor mailing code to use user module's functions, tokens, and hook_mail_alter. make sure anonymous user can't access revalidation link menu callback. remove unneeded security check from registration function.
Revision
1.167 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 20 14:55:44 2009 UTC
(5 weeks, 4 days ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.166: +81 -87 lines
Diff to
previous 1.166
login successful message now contains username. logged in block now uses theme_username on username. update theme functions to work for 7.x. clean up and refactor the access denied/login form functionality. use a custom user admin permission js file when the pre-auth role is not the auth user -- allows pre-auth role to have lower permissions than auth role.
Revision
1.159 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 16 14:30:49 2009 UTC
(6 weeks, 1 day ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.158: +21 -2 lines
Diff to
previous 1.158
by hunmonk: add an 'Override destination paramter' setting, enabled by default. this gives admins the option to allow LT to force it's redirect paths over a passed destination parameter. related to solving #604492
Revision
1.158 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 16 13:32:42 2009 UTC
(6 weeks, 1 day ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.157: +3 -3 lines
Diff to
previous 1.157
#604508 by hunmonk: 'Use two e-mail fields on registration form' setting breaks OpenID registrations. this fixes the LT-related problem, but the openid registration process itself may still be broken -- see #216101
Revision
1.133.2.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 16 13:32:19 2009 UTC
(6 weeks, 1 day ago)
by
thehunmonkgroup
Branch:
DRUPAL-6--1
Changes since
1.133.2.22: +3 -3 lines
Diff to
previous 1.133.2.22
, to
branch point 1.133
#604508 by hunmonk: 'Use two e-mail fields on registration form' setting breaks OpenID registrations. this fixes the LT-related problem, but the openid registration process itself may still be broken -- see #216101
Revision
1.157 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 16 01:06:11 2009 UTC
(6 weeks, 1 day ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.156: +4 -4 lines
Diff to
previous 1.156
#232467 by mfer, benroot, hunmonk: OpenID logins broken when 'Allow users to login using their e-mail address' setting is enabled.
Revision
1.156 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 14 17:52:46 2009 UTC
(6 weeks, 2 days ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.155: +3 -3 lines
Diff to
previous 1.155
#492486 by mikehostetler: Array merge of user_register_submit function squashes pre-defined user_register_submit functions.
Revision
1.151 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 31 10:52:34 2009 UTC
(2 months, 4 weeks ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.150: +5 -4 lines
Diff to
previous 1.150
#564062 by Matthew Davidson, hunmonk: Admin created accounts should have password length validation.
Revision
1.150 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 8 13:55:40 2009 UTC
(4 months, 3 weeks ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.149: +28 -2 lines
Diff to
previous 1.149
#513372 by hunmonk: 'Account activated' email not sent if new user manually removed from pre-auth role.
Revision
1.148 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 12 13:27:20 2009 UTC
(6 months, 2 weeks ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.147: +22 -14 lines
Diff to
previous 1.147
#368699 by hunmonk: re-send validation link always appears if non-authenticated role is set to auth user.
Revision
1.145 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 30 03:35:53 2009 UTC
(8 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.144: +30 -11 lines
Diff to
previous 1.144
#413916 by hunmonk, rfay: New users deleted inappropriately. this fixes the no-so-well-implemented auto user deletion feature -- much more stable and less dangerous now.
Revision
1.142 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 11 00:23:52 2009 UTC
(8 months, 2 weeks ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.141: +4 -8 lines
Diff to
previous 1.141
#291006 by hunmonk: Email validate link landing page inconsistency. see logintoboggan_update_6001 for details on this change.
Revision
1.140 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 20 11:58:27 2008 UTC
(13 months, 1 week ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.139: +4 -5 lines
Diff to
previous 1.139
#320162 by xurizaemon: LoginToboggan prevents use of spaces in passwords, breaking passphrase functionality.
Revision
1.139 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 10 23:22:31 2008 UTC
(13 months, 2 weeks ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.138: +9 -5 lines
Diff to
previous 1.138
#291001 by hunmonk: Allow One Time Login To Be Used Only Once. the previous solution was very broken --this one has been more well tested.
Revision
1.134 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 9 20:06:13 2008 UTC
(17 months, 2 weeks ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.133: +21 -24 lines
Diff to
previous 1.133
#264300 by webchick: Use checkboxes rather than Enabled/Disabled radios. some changes to the titles/descriptions of settings.
Revision
1.131 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 9 00:34:22 2008 UTC
(18 months, 3 weeks ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.130: +22 -8 lines
Diff to
previous 1.130
#254387 by drewish, hunmonk: Redirecting after access denied doesn't work with language path prefixes. conditionally remove the language prefix if present.
Revision
1.130 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Apr 21 19:44:25 2008 UTC
(19 months, 1 week ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.129: +14 -7 lines
Diff to
previous 1.129
#238660 by hunmonk: Allow user admins to re-send validation e-mail. thanks to manoloka for sponsoring the work on this patch.
Revision
1.129 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 20 17:51:58 2008 UTC
(19 months, 1 week ago)
by
thehunmonkgroup
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-1
Changes since
1.128: +26 -26 lines
Diff to
previous 1.128
#239571 by hunmonk: fix broken mailing functionality. Resend validation email code is now properly updated to 6.x, logintoboggan_mail() was not using user saved mail subjects/bodies.
Revision
1.127 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 9 00:58:01 2008 UTC
(20 months, 3 weeks ago)
by
thehunmonkgroup
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0
Changes since
1.126: +5 -11 lines
Diff to
previous 1.126
#204383 by hunmonk: User can register with email address. cleaned up validation code of duplicate username/email for the case where login with email is enabled. ripped out some duplicate code.
Revision
1.126 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 9 00:30:52 2008 UTC
(20 months, 3 weeks ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.125: +18 -5 lines
Diff to
previous 1.125
#215999 by hunmonk: Login on Access Denied resets itself when module listing page is submitted and there is a module dependency for logintoboggan. broke this check out into a FAPI validation function, and added a check to see if the module checkbox is disabled.
Revision
1.83.2.35 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 9 00:22:20 2008 UTC
(20 months, 3 weeks ago)
by
thehunmonkgroup
Branch:
DRUPAL-5
Changes since
1.83.2.34: +18 -7 lines
Diff to
previous 1.83.2.34
, to
branch point 1.83
#215999 by hunmonk: Login on Access Denied resets itself when module listing page is submitted and there is a module dependency for logintoboggan. broke this check out into a FAPI validation function, and added a check to see if the module checkbox is disabled.
Revision
1.124 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 8 22:46:15 2008 UTC
(20 months, 3 weeks ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.123: +12 -5 lines
Diff to
previous 1.123
clean up validation problems with users changing their username/email to another user's username/email when login w/ email is enabled.
Revision
1.121 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 29 15:20:31 2007 UTC
(23 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.120: +6 -6 lines
Diff to
previous 1.120
#204600 by hunmonk: theme_lt_username_title can not be overwritten in template.php. replace all hardcoded theme calls with proper calls to theme().
Revision
1.120 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 29 03:08:13 2007 UTC
(23 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.119: +11 -5 lines
Diff to
previous 1.119
#204383 by hunmonk: User can register with email address -- doc error. removed faulty doc -- users have always been able to register w/ an email address for a username. tightened check for usernames that are already taken as email addresses by another user.
Revision
1.83.2.30 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 29 02:55:18 2007 UTC
(23 months ago)
by
thehunmonkgroup
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-1
Changes since
1.83.2.29: +11 -5 lines
Diff to
previous 1.83.2.29
, to
branch point 1.83
#204383 by hunmonk: User can register with email address -- doc error. removed faulty doc -- users have always been able to register w/ an email address for a username. tightened check for usernames that are already taken as email addresses by another user.
Revision
1.119 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 26 20:51:39 2007 UTC
(23 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.118: +5 -4 lines
Diff to
previous 1.118
#198551 by hunmonk: User registration guidelines not on top of registration form. properly re-weight the help text.
Revision
1.115 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 16 16:38:21 2007 UTC
(23 months, 1 week ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.114: +125 -35 lines
Diff to
previous 1.114
#158027 by hunmonk: Login using email address only (alter display via theming). also prevent attributes from being clobbered in the user login form, and some code comment cleanup.
Revision
1.113 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Nov 30 23:15:21 2007 UTC
(23 months, 4 weeks ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.112: +5 -3 lines
Diff to
previous 1.112
#196553 by hunmonk: LoginToboggan interferes with other modules altering registration form. manually place the registration submit function at the beginning of the submit handlers.
Revision
1.111 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Nov 24 23:17:19 2007 UTC
(2 years ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.110: +57 -6 lines
Diff to
previous 1.110
added auto-delete functionality for unvalidated users. a time interval can be set, and users still in the pre-auth role will be automatically purged from the system after the interval, if they are still in the pre-auth role. useful for cleaning up spambot registrations.
Revision
1.108 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Nov 23 22:32:00 2007 UTC
(2 years ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.107: +31 -18 lines
Diff to
previous 1.107
#57623 by hunmonk. Bring back set password only option. Add optional 'Immediate login' checkbox to logintoboggan settings page -- user is only logged in automatically if this is enabled.
Revision
1.107 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 22 21:22:52 2007 UTC
(2 years ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.106: +111 -46 lines
Diff to
previous 1.106
updated email functionality for 6.x. cleaned up and clarified user help. fix notice. the module has been tested pretty thoroughly, and seems to work w/o problems on 6.x
Revision
1.98 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 10 16:57:53 2007 UTC
(2 years, 1 month ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.97: +23 -6 lines
Diff to
previous 1.97
no validation messages or db operations are necessary when the pre-auth role is set to the auth user.
Revision
1.96 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 1 14:41:11 2007 UTC
(2 years, 1 month ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.95: +3 -7 lines
Diff to
previous 1.95
redirect should always be returned, so users who didn't create their own password are redirected to the front page if no redirect is specified.
Revision
1.94 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 10 22:13:31 2007 UTC
(2 years, 2 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.93: +3 -3 lines
Diff to
previous 1.93
#174553 by baldwinlouie, hunmonk: Grammer is incorrect when the password length validation message comes up.
Revision
1.92 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 12 01:19:30 2007 UTC
(2 years, 4 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.91: +4 -2 lines
Diff to
previous 1.91
#145727 - Help text positioned in the middle of the login form rather than the top. patch by p_palmer, myself.
Revision
1.91 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 12 01:04:16 2007 UTC
(2 years, 4 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.90: +3 -3 lines
Diff to
previous 1.90
#124589 -- Login on Access Denied (403) resets itself when module listing page is submitted. patch by matt@antinomia, gman.
Revision
1.90 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 12 00:32:04 2007 UTC
(2 years, 4 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.89: +3 -3 lines
Diff to
previous 1.89
#118517 -- Fix text substitution variables in revalidation e-mail. patch by Benjamin Melancon and myself.
Revision
1.88 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 12 00:22:52 2007 UTC
(2 years, 4 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.87: +9 -9 lines
Diff to
previous 1.87
close XSS attack vectors in themed 'logged in' block, and login block message. some white space removal.
Revision
1.86 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 28 02:48:52 2007 UTC
(2 years, 9 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.85: +4 -4 lines
Diff to
previous 1.85
capitalization change on logged in block -- in line w/ sentence capitalization changes in core.
Revision
1.83 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 17 19:11:04 2006 UTC
(2 years, 11 months ago)
by
thehunmonkgroup
Branch:
MAIN
Branch point for:
DRUPAL-5
Changes since
1.82: +13 -6 lines
Diff to
previous 1.82
#85185 -- allow uid substitution in redirects. patch by hunmonk. redirects will now take %uid, and subsitute that with the user ID prior to the redirect.
Revision
1.7.2.59 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 17 18:03:18 2006 UTC
(2 years, 11 months ago)
by
thehunmonkgroup
Branch:
DRUPAL-4-7
Changes since
1.7.2.58: +11 -5 lines
Diff to
previous 1.7.2.58
, to
branch point 1.7
#93104 -- Handling of blocked users. patch by hunmonk. only login users with an active status. also, since all new account creations using the set password option get an active status in the db, it's no longer necessary to add it in dynamically in the auth perm revoke code -- this was causing problems with status display.
Revision
1.82 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 17 18:02:48 2006 UTC
(2 years, 11 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.81: +11 -5 lines
Diff to
previous 1.81
#93104 -- Handling of blocked users. patch by hunmonk. only login users with an active status. also, since all new account creations using the set password option get an active status in the db, it's no longer necessary to add it in dynamically in the auth perm revoke code -- this was causing problems with status display.
Revision
1.81 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 17 16:32:54 2006 UTC
(2 years, 11 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.80: +9 -6 lines
Diff to
previous 1.80
#103233 -- Users always get active status even when site is configured to require admin approval on new account creation. patch by inactivist, hunmonk. user status should be set to active during LT registration only if the immediate login feature is enabled -- otherwise fall back to the site settings.
Revision
1.7.2.58 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 17 16:26:59 2006 UTC
(2 years, 11 months ago)
by
thehunmonkgroup
Branch:
DRUPAL-4-7
Changes since
1.7.2.57: +10 -7 lines
Diff to
previous 1.7.2.57
, to
branch point 1.7
#103233 -- Users always get active status even when site is configured to require admin approval on new account creation. patch by inactivist, hunmonk. user status should be set to active during LT registration only if the immediate login feature is enabled -- otherwise fall back to the site settings.
Revision
1.7.2.57 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 17 16:01:44 2006 UTC
(2 years, 11 months ago)
by
thehunmonkgroup
Branch:
DRUPAL-4-7
Changes since
1.7.2.56: +29 -9 lines
Diff to
previous 1.7.2.56
, to
branch point 1.7
#92361 -- The pre-auth user feature does not work properly. patch by plumbley. since user_load() always includes the authenticated user permission, LT needs to specifically re-check it's possible removal of the role in the load op of hook_user(). this *should* counteract anything which might reset the user object in the page load -- any modules not using user_load to mess with the user object are doing it wrong. :)
Revision
1.80 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 17 16:00:59 2006 UTC
(2 years, 11 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.79: +29 -9 lines
Diff to
previous 1.79
#92361 -- The pre-auth user feature does not work properly. patch by plumbley. since user_load() always includes the authenticated user permission, LT needs to specifically re-check it's possible removal of the role in the load op of hook_user(). this *should* counteract anything which might reset the user object in the page load -- any modules not using user_load to mess with the user object are doing it wrong. :)
Revision
1.79 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 1 02:17:29 2006 UTC
(3 years ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.78: +7 -2 lines
Diff to
previous 1.78
#90503 -- wrong help description at signup. patch by hunmonk. display proper help text based on minimum password length setting.
Revision
1.76 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 20 01:19:14 2006 UTC
(3 years, 1 month ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.75: +29 -15 lines
Diff to
previous 1.75
admins approving accounts via the admin validation link are no longer logged in as the user after validation. fixed bad call to cache table.
Revision
1.74 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 11 15:49:42 2006 UTC
(3 years, 1 month ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.73: +15 -3 lines
Diff to
previous 1.73
#83273 -- Improve password validation. patch by hunmonk. make password length validation optional, and configurable by length.
Revision
1.72 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 21 16:06:57 2006 UTC
(3 years, 2 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.71: +10 -3 lines
Diff to
previous 1.71
admin approval email contents should be conditional on whether user is in the vallidating role.
Revision
1.71 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 21 15:56:18 2006 UTC
(3 years, 2 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.70: +4 -5 lines
Diff to
previous 1.70
removed unneeded variable--made email validation code conditional upon the feature being enabled.
Revision
1.70 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 21 04:22:40 2006 UTC
(3 years, 2 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.69: +4 -4 lines
Diff to
previous 1.69
#83273 -- Improve password validation. patch by torne. expand validation to allow all printable non-space characters.
Revision
1.68 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 21 03:08:32 2006 UTC
(3 years, 2 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.67: +43 -121 lines
Diff to
previous 1.67
moved all login block functionality to form_alter functions. created a separate logged in block. revamped email login validation check and got rid of custom lt login validation.
Revision
1.66 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 21 00:43:40 2006 UTC
(3 years, 2 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.65: +37 -26 lines
Diff to
previous 1.65
reworked the password set and immediate login feature to partially use the implementation in core.
Revision
1.61 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 20 14:39:09 2006 UTC
(3 years, 2 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.60: +7 -7 lines
Diff to
previous 1.60
can't test for admin accounts based on status--use user_register var instead. no validation email is sent to user when using admin approval--fixed user message. allow site admins using admin approval to use validating url of users waiting for approval.
Revision
1.60 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Sep 8 16:07:34 2006 UTC
(3 years, 2 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.59: +4 -4 lines
Diff to
previous 1.59
correcting doc for admin only approval. put a little more detail in the email the admin receives for approving accounts.
Revision
1.59 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Sep 8 15:58:48 2006 UTC
(3 years, 2 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.58: +7 -5 lines
Diff to
previous 1.58
fixed login feature for accounts waiting for admin approval. no need to block them, because they automatically get the LT temp role, which can be permissioned just like the anon role, and which revokes auth perms dynamically. don't print re-send validation link on sites that are admin approval.
Revision
1.7.2.44 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Sep 8 15:14:06 2006 UTC
(3 years, 2 months ago)
by
thehunmonkgroup
Branch:
DRUPAL-4-7
Changes since
1.7.2.43: +5 -3 lines
Diff to
previous 1.7.2.43
, to
branch point 1.7
fixed login feature for accounts waiting for admin approval. no need to block them, because they automatically get the LT temp role, which can be permissioned just like the anon role, and which revokes auth perms dynamically.
Revision
1.57 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 18 15:29:11 2006 UTC
(3 years, 3 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.56: +15 -15 lines
Diff to
previous 1.56
updated to new t() approach. fixed some missing t() output filters, and corrected some grammer/code style issues.
Revision
1.7.4.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 13 19:10:43 2006 UTC
(3 years, 3 months ago)
by
thehunmonkgroup
Branch:
DRUPAL-4-6
Changes since
1.7.4.21: +3 -3 lines
Diff to
previous 1.7.4.21
, to
branch point 1.7
#78247 -- profile values aren't being stored in profile_values. due to a hardcoded check for user/register in profile module. reworked the hack that's in place to work around that to accomodate this issue as well.
Revision
1.56 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 7 04:17:28 2006 UTC
(3 years, 3 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.55: +8 -25 lines
Diff to
previous 1.55
switched to a password_confirm form element, and some other small adjustments to make the module compatible with the new instant login option in core.
Revision
1.52 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 30 14:02:33 2006 UTC
(3 years, 4 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.51: +7 -4 lines
Diff to
previous 1.51
#76188 -- Clarification on user profile pages. alter description of user role form item on the user edit page when the selected user is in the pre-auth role, to properly indicate that they are not receiving auth user perms.
Revision
1.7.2.41 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 30 13:57:42 2006 UTC
(3 years, 4 months ago)
by
thehunmonkgroup
Branch:
DRUPAL-4-7
Changes since
1.7.2.40: +7 -4 lines
Diff to
previous 1.7.2.40
, to
branch point 1.7
#76188 -- Clarification on user profile pages. alter description of user role form item on the user edit page when the selected user is in the pre-auth role, to properly indicate that they are not receiving auth user perms.
Revision
1.7.2.37 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 13 21:13:05 2006 UTC
(3 years, 4 months ago)
by
thehunmonkgroup
Branch:
DRUPAL-4-7
Changes since
1.7.2.36: +10 -2 lines
Diff to
previous 1.7.2.36
, to
branch point 1.7
#72970 -- LoginToboggan should restore site_403 variable when module is disabled. added conditional check in hook_form_alter--if module is disabled and site_403 is set to toboggan/denied, it resets it to default.
Revision
1.49 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 13 21:08:08 2006 UTC
(3 years, 4 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.48: +10 -2 lines
Diff to
previous 1.48
#72970 -- LoginToboggan should restore site_403 variable when module is disabled. added conditional check in hook_form_alter--if module is disabled and site_403 is set to toboggan/denied, it resets it to default.
Revision
1.45 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 9 21:42:45 2006 UTC
(3 years, 4 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.44: +4 -3 lines
Diff to
previous 1.44
updated help text, adding info about the login successful message, and removing the reference about setting the pre-auth role to anon user, as this is no longer supported.
Revision
1.7.2.35 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 9 21:10:07 2006 UTC
(3 years, 4 months ago)
by
thehunmonkgroup
Branch:
DRUPAL-4-7
Changes since
1.7.2.34: +9 -5 lines
Diff to
previous 1.7.2.34
, to
branch point 1.7
disallowed selection of the anonymous user role as the pre-auth role--the new handling of roles in core makes this setting impossible. set it so the update code will automatically move the pre auth role to the auth user role if it is currently in the anon role. site maintainers are encouraged to create a new role w/ the same perms as the anon role, and set this new role as the LT pre-auth role--this will allow the same functionality as before (in this case it will also be necessary to manually add the new pre-auth role to any users who were unvalidated previous to this change.
Revision
1.44 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 9 21:09:01 2006 UTC
(3 years, 4 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.43: +9 -5 lines
Diff to
previous 1.43
disallowed selection of the anonymous user role as the pre-auth role--the new handling of roles in core makes this setting impossible. set it so the update code will automatically move the pre auth role to the auth user role if it is currently in the anon role. site maintainers are encouraged to create a new role w/ the same perms as the anon role, and set this new role as the LT pre-auth role--this will allow the same functionality as before (in this case it will also be necessary to manually add the new pre-auth role to any users who were unvalidated previous to this change.
Revision
1.43 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 9 05:40:38 2006 UTC
(3 years, 4 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.42: +24 -16 lines
Diff to
previous 1.42
#72245 -- drupal_get_path not loading. whoops, last solution didn't work. so, roll back and get rid of the define entirely.
Revision
1.42 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 9 05:19:08 2006 UTC
(3 years, 4 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.41: +13 -23 lines
Diff to
previous 1.41
#72245 -- drupal_get_path not loading. moved pre-auth role code into hook_menu, and eliminated hook_init entirely. should solve this problem.
Revision
1.7.2.32 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 4 05:31:40 2006 UTC
(3 years, 4 months ago)
by
thehunmonkgroup
Branch:
DRUPAL-4-7
Changes since
1.7.2.31: +13 -5 lines
Diff to
previous 1.7.2.31
, to
branch point 1.7
#71155 -- tip: to style logintoboggan.module block. added logintoboggan.css, and added more granular div tags to the toggleboggan function, enabling greater theming control. fixed small error in comment format.
Revision
1.41 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 4 05:29:15 2006 UTC
(3 years, 4 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.40: +13 -5 lines
Diff to
previous 1.40
#71155 -- tip: to style logintoboggan.module block. added logintoboggan.css, and added more granular div tags to the toggleboggan function, enabling greater theming control. fixed small error in comment format.
Revision
1.39 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 1 18:16:36 2006 UTC
(3 years, 4 months ago)
by
thehunmonkgroup
Branch:
MAIN
Changes since
1.38: +10 -8 lines
Diff to
previous 1.38
#71562 -- Option to register. reworked the logintoboggan_denied function to output the entire user login page content, and added an error message indicating access was denied.