• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
The username is not always an email. So, lets use the email instead for sending the mail

Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
remove the ability to reset the password by any user and add recover the password by using a token

http://openacs.org/bugtracker/openacs/bug?bug_number=2920

http://openacs.org/forums/message-view?message_id=447202

  1. … 3 more files in changeset.
Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 721 more files in changeset.
Modified auth::local::registration::Register to recognize -1 as value to EmailRegistrationConfirmationToUserP (don't send email at all)

Moving the code that reassign objects from local authentication procs to the merge procs library.

  1. … 3 more files in changeset.
Fixing bugs in user merge support. Improving the process, making it more generic and now it works for acs-core. Adding the upgrade scripts for oracle and pg.

  1. … 13 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.
fixing security bug on local password reset. think passwordless admin accounts

allowing admin to change password withouth entering old_pass

  1. … 2 more files in changeset.
fixing resetting broken email - email didn't get sent

  1. … 2 more files in changeset.
empty_string_p does not always work in contrast to exists_and_not_null. This problem caused emails not being send out, because the password was empty.

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.
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.
Partial fix of Bug #1424 by applying Patch #474

  1. … 1 more file in changeset.
Fixed Bug #1506 in oacs-5-1 by adding the message

  1. … 1 more file in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
bugfix #824: needed to add -user_id switch to some lang::user procs to specify the user for which to get the locale; also had to change the default upvar level of lang::message::lookup from 2 to 1

  1. … 2 more files in changeset.
Do not fail the change password operation if we could not send out the email notification

Changed ad_parameter to parameter::get

Fixed account registration framework

  1. … 2 more files in changeset.
Fixed problem with usernames being not really case-sensitive, nor case-insensitive

moving the password question parameters to acs-kernel. Updating parameter::get calls in local-procs to always provide a package_id (either current subsite or acs-kernel)

  1. … 2 more files in changeset.
Do not dynamically build message key -- this makes it impossible to track down where, if at all, the message key is used

  1. … 1 more file in changeset.
Fixed email sent out when user registers without a password

  1. … 2 more files in changeset.
Changing user's auth_token on password change fix didn't refresh the user's login cookies

  1. … 1 more file in changeset.
Fixed bug #74: Invalidate login cookie when password changes

Removed old debugging log message

  1. … 1 more file in changeset.
Rewrite cookie handling

  1. … 9 more files in changeset.