Ignore:
Timestamp:
9 Jan 2019, 21:17:08 (6 years ago)
Author:
Henrik Bettermann
Message:

Stored insecure passwords are no longer accepted.
Officers with an insecure password can't login and are
redirected to the ChangePasswordRequestPage to request a
new password.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/doctests/authentication.txt

    r12951 r15287  
    3030terms) with a password (and optional a title or description):
    3131
    32   >>> root['app']['users'].addUser('bob', 'bobsecret',
     32  >>> root['app']['users'].addUser('bob', 'bobSecret1',
    3333  ...                           title='Bob', description='A sample user')
    3434
     
    186186
    187187  >>> browser.getControl(name='form.login').value = 'bob'
    188   >>> browser.getControl(name='form.password').value = 'bobsecret'
     188  >>> browser.getControl(name='form.password').value = 'bobSecret1'
    189189  >>> browser.getControl('Login').click()
    190190
Note: See TracChangeset for help on using the changeset viewer.