• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add check to on-demand sync (i.e., local account creation with external user info) to ensure account was actually created. If not, return useful message

Fix bug#2310

  1. … 1 more file in changeset.
change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public

  1. … 689 more files in changeset.
add proc doc to a bunch of procs, declare some things with explicit namespaces rather than in namespace eval, make some public things private

  1. … 25 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
Fix bug 2200 and bug 2242 in which there were problems with logging in after

upgrading if you restarted the server first. The new code is less elegant,

but it works correctly. It imposes a database hit on login, but it is

cached, so it only is incurred once.

The user-new page called a proc in the authentications package which checked

to see if a parameter was set or not. However, in upgraded sites, or if

the user had entered a blank entry for the parameter, the proc would bomb.

I made the proc more robust by using string is false instead of ![parameter...

and also added in a util_user_message to make it more explicit what is happening

if you aren't able to register (the behavior was very confusing).

fixing typo (ref.bug#2088): datta_error -> data_error

fixing typo (ref.bug#2088): datta_error -> data_error

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040712 and jcd-merge-5-1-20040724 to HEAD

  1. … 138 more files in changeset.
adding new .LRN admin features, by Hector A. hr_amado@galileo.edu

  1. … 50 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD

  1. … 116 more files in changeset.
fix bug 1976, adding authority_id

  1. … 5 more files in changeset.
adding allow/disallow self-register, by Hector Amado hr_amado@galileo.edu

  1. … 4 more files in changeset.
merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517

  1. … 834 more files in changeset.
Merged changes on oacs-5-0 branch from jcd-504-merge to lars-504-2-merge (changes made since 5.0.4 release) onto oacs-5-1 branch

  1. … 5 more files in changeset.
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 647 more files in changeset.
Added -nologin flag to disable automatic login of a new user. This is part of an initial foray into allowing certain kinds of 'low-barrier' registration, such as on a weblog comments system.

email_verified_p was not set in the user_info array.

merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger).

  1. … 293 more files in changeset.
As per Jeff's suggestion, added a proc which refreshes the login if it's expired, and leaves the user alone if not logged in at all

Set user message when login is expired

merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 286 more files in changeset.
Fixed bug #1398 with fix from Christian Eva

Fixing auto-generation of usernames when email was already taken. Since (username) is empty on that point the following query never returned any rows and xxx-2 was always created, so it failed if xxx-2 was already existing.

Fixing an obvious typo - it still doesn't seem to work right when email is used as username and the email is taken already, but it's a step closer.

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
Fixed bug #906: trim email (and username)

  1. … 2 more files in changeset.
Accidentally commited a debug log statement

Fixed bug #1090, thanks to Tracy for digging up the root cause