• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed bug #829 again, this time moved the username-defaulting logic out of ad_user_new and into auth::create_local_account

  1. … 2 more files in changeset.
Works with ad_user_new, which now auto-generates a username if none exists, guaranteed to be unqiue -- a little complicated, but it works

Removed old debugging log message

Changed message for needs approval

Support for account_url

removing file that was added by mistake

Fixed password expiration and approval expiration

  1. … 8 more files in changeset.
Better account closed message

Show message when test fails

Rewrite cookie handling

    • -163
    • +286
    ./authentication-procs.tcl
  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.
validation error with authority_id and username moved out

Only allow editing of username for local accounts

Support updating username

Added get_sync_elements wrapper to get the user profile elements controlled by the authority

Do not fail get_parameters if the impl_id doesn't point to an implementation

Added GetElements operation to auth_sync_process

Removed snapshot_p from authorities and put it into the auth_retrieve_document service contract

Fixed test cases

- Code reviewed authority UI

- UseEmailForLoginP

- Refactored snapshot_p out of auth_authorities table and into auth_sync_retrieve service contract

- Email account owner on password change

    • -104
    • +126
    ./authentication-procs.tcl
    • -3
    • +130
    ./test/acs-authentication-procs.tcl
  1. … 2 more files in changeset.
implementing the proc get_register_authority

Made local accounts accept and store screen_name

    • -107
    • +117
    ./authentication-procs.tcl
    • -15
    • +20
    ./test/acs-authentication-procs.tcl
making use of util_text_to_url to generate authority short_name. Improving batch job entry select query

Improved error logging when driver returns bad code

wrapping insert and edit in a transaciton in ::create proc

Use error message from the catch

changing pretty names, auto-generating short_name of authorities, adding the can_admin_system_without_authority_p proc

Fixed account message on creation; fixed email verification

Bug in sending out email verification email

Fixed handling of account messages