Bug 53514 - [4.4] User-Create-Wizard enhancements
[4.4] User-Create-Wizard enhancements
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: UMC - Users
UCS 4.4
Other Windows NT
: P5 normal (vote)
: UCS 4.4-8-errata
Assigned To: Florian Best
Dirk Wiesenthal
:
Depends on: 53456
Blocks:
  Show dependency treegraph
 
Reported: 2021-06-24 22:18 CEST by Florian Best
Modified: 2021-07-07 16:34 CEST (History)
2 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Best univentionstaff 2021-06-24 22:18:36 CEST
Backport to UCS 4.4:

+++ This bug was initially created as a clone of Bug #53456 +++

- Show Primary-Email in Wizard when it is marked as mandatory user attribute ( see ucr set directory/manager/web/modules/users/user/properties/mailPrimaryAddress/required=True ) because otherwise the user wizard is not usable

- Introduce UCR variables for
  - "Benutzer per E-Mail einladen. [..]" option
    - Set default value with default "enabled" (when no value set via UCR)
  - "Passwort-Prüfungen ignorieren" option
    - Hide option: Default "Not Hidden".
    - Set default value with default "false" (when no value set via UCR)
  - "Benutzer muss das Passwort bei der nächsten Anmeldung ändern" option
    - Hide option: Default "Not Hidden".
    - Set default value with default "false" (when no value set via UCR)
Comment 1 Florian Best univentionstaff 2021-06-24 22:25:29 CEST
mailPrimaryAdress is now shown in the user creation wizard if it is required.

the default value and visibility of widgets can now be configured via UCR variables:
directory/manager/web/modules/users/user/wizard/property/.*/default
directory/manager/web/modules/users/user/wizard/property/.*/visible

Caution: default values should not really be set via UCR variables as they overwrites values from templates or global UDM default values.
A user template can be used for this instead. Only exception is the "invite" widget.

univention-management-console-module-udm.yaml
e9035412859d | Bug #53514: enhance user creation wizard

univention-management-console-module-udm (9.0.15-9)
e9035412859d | Bug #53514: enhance user creation wizard
0514c3e470bd | Bug #53514: make user create wizard properties defaults and visible configurable
09b55e746a13 | Bug #53514: show mailPrimaryAdress if it is required
Comment 2 Dirk Wiesenthal univentionstaff 2021-07-01 11:59:20 CEST
Backport: OK
YAML: OK