• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Login page can display a message

focus for recover password page

breaking user new/register form out into an include that can be reused in dotlrn and Openacs admin pages

  1. … 2 more files in changeset.
Fixed bug #836: Login Denied reads 'Log Denied'

- Improved needs approval messages

- Adding screen_name to auth::create_account in user-new

- Improved closed account messages

- Fixed permissions issue on user/basic-info-update

  1. … 5 more files in changeset.
Applied patch #140 - removed query from tcl file

Applied patch #259

No longer needed

No longer needed

    • -17
    • +0
    ./awaiting-email-verification-oracle.xql
    • -20
    • +0
    ./awaiting-email-verification-postgresql.xql
  1. … 28 more files in changeset.
Rewrite cookie handling

  1. … 8 more files in changeset.
ext-auth #20: adding support for Login over HTTPS. New acs-kernel parameter RestrictLoginToSSLP. New API in security-procs.tcl for casting requests into HTTPS mode etc. Requiring secure connection in scripts passing password (registration, login, password-update)

  1. … 8 more files in changeset.
- Code reviewed authority UI

- UseEmailForLoginP

  1. … 23 more files in changeset.
Display message when user has changed his/her password

  1. … 2 more files in changeset.
Had left a debugging error statement in the code

Fixed email verification

Fixed display of account messages on login

    • -0
    • +11
    ./account-closed.tcl
    • -0
    • +10
    ./account-message.adp
    • -0
    • +14
    ./account-message.tcl
  1. … 2 more files in changeset.
Updated password-update to use ad_form

  1. … 23 more files in changeset.
Changed error text

Made register link remember username

  1. … 3 more files in changeset.
Added a switch to auth::create_user to say that you want password_confirm verified

  1. … 2 more files in changeset.
Moved login-include template to packages/acs-subsite/lib

  1. … 3 more files in changeset.
Fixed registration and forgotten password pages

  1. … 2 more files in changeset.
refactoring email verification to use new ext-auth API, fixed bug in recover-password.tcl

i18n'ed recover-password, added text for later i18n.

refactoring user registration to use new ext-auth API

  1. … 4 more files in changeset.
refactoring registration pages to use ext-auth API

added pages that take care of password recovery

    • -0
    • +17
    ./recover-password.adp
    • -0
    • +55
    ./recover-password.tcl
Refactored login page to be an includeable template

First pass at login page with new API. Note that password recovery pages still haven't been completed.

    • -0
    • +10
    ./display-message.adp
Fixed template to not include header twice