Commit Graph

18 Commits

Author SHA1 Message Date
james
23d8765fa6 Fix all participant emails in communication module
Make queries for communications easier, all you need is a users.id queried, the system will find everything else for you
Add ability to use [PASSWORD], [USERNAME], [EMAIL] (tries accounts.email first, if its not there, it uses accounts.pendingemail), in _ANY_ email.  [REGNUM] also added but will obviously only work for participants
Add "all" section to the tabs list for user editor, so a user without any roles can still get the basic pages like "account",  "roles", and "personal info"
Put count on participant invitations for teachers (and superusers)
Fix a bug where changing a password for a different user didnt work (it changed YOURS!)
2011-03-22 04:37:51 +00:00
james
81fafb609c Add ability fo superuser to SEE anyones current password 2011-03-10 15:01:17 +00:00
james
fa3a661b62 Allow superuser to edit other peoples accounts
Show pending email if there is one
2011-02-23 17:09:39 +00:00
james
6b37f4b721 Move user_editor_window to the root, so it can share a common user_edit_tabs.inc between user_edit (for the logged in user) and user_editor_window (for admins to edit users)
Start fixing the school editor (not done yet)

Update jqueryui (1.8.9) and jquery (1.4.4 - NOT 1.5 - 1.5 causes conflicts with autocomplete and validaotor plugins)
2011-02-23 16:45:00 +00:00
james
de564f3c55 More user stuff to get things workinga gain
Add a API module for science olympics
2010-08-31 20:12:41 +00:00
james
ec3be0f10f More changes to be able to at least barely use the system again 2010-08-31 19:41:32 +00:00
dave
de52f85ec3 Use a second list for "other things to do". Things like the account
info and role info don't need to be complete/incomplete
2010-08-08 17:15:17 +00:00
dave
ceb80636e1 Start of the new user editor, some works, most things don't. 2010-08-08 09:09:49 +00:00
dave
7faf0fff45 Update user accoutn to make it look better 2010-08-08 09:09:48 +00:00
dave
0c0f139027 Move the javascript include to common.inc 2010-07-15 09:18:08 +00:00
dave
ba2738b813 Fix redirection on login and on forced password changes. 2010-07-15 09:18:02 +00:00
dave
dd6228f5d7 Implement password expired, force the user to set a new password. 2010-07-15 09:17:59 +00:00
dave
c81bc0c7da Save the username link 2010-07-14 19:02:05 +00:00
dave
712348dbb9 Fix email checking
user_account now saves info, and does online-checking of usernames.
Form validation is fun!
2010-07-14 18:09:28 +00:00
dave
994759d660 keep username and email synced if the checkbox is checked. 2010-07-14 18:09:19 +00:00
dave
83c683063e 6 character passwords 2010-07-13 18:28:13 +00:00
dave
9ce7df3f9b Try without any textinput fudging. Fix the input type, don't use
"email"
2010-07-13 18:27:14 +00:00
dave
0f580472f6 Account editor (that doesn't edit yet) but uses a jquery input
validator.  Had to move the global .error class to div.error and
span.error (the only ways error() uses them).  For the rest of the
cases, like when .error is used to indicate input errors, we should
convert to using the input validator if we're all happy with it.
2010-07-13 18:00:53 +00:00