Bug 54236 - Doc: Show mailPrimaryAdress in user creation wizard if it is required
Summary: Doc: Show mailPrimaryAdress in user creation wizard if it is required
Status: CLOSED FIXED
Alias: None
Product: UCS manual
Classification: Unclassified
Component: UMC
Version: unspecified
Hardware: Other Windows NT
: P5 enhancement
Target Milestone: ---
Assignee: Nico Gulden
QA Contact: UMC maintainers
URL: https://git.knut.univention.de/univen...
Keywords:
Depends on: 53456
Blocks:
  Show dependency treegraph
 
Reported: 2021-12-10 12:14 CET by Erik Damrose
Modified: 2024-05-31 13:34 CEST (History)
3 users (show)

See Also:
What kind of report is it?: Development Internal
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):
Customer ID:
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Damrose univentionstaff 2021-12-10 12:14:22 CET
Documentation for the feature introduced by bug 53456 seems to be missing

+++ This bug was initially created as a clone of Bug #53456 +++
Comment 2 Nico Gulden univentionstaff 2024-05-30 10:54:40 CEST
The user creation wizard is the one you reach in UMC Users module and click `Add`. Select a container and leave the user template at `None`. Click `Next`.

On the second page, you can require the user creation wizard to provide a value for the primary mail address. To activate:

$ ucr set directory/manager/web/modules/users/user/properties/mailPrimaryAddress/required=True 
$ service univention-management-console-server restart

Then the second page, where an administrator has to enter last name and username, the wizard also asks for the email address.

ucr search directory/manager/web/modules/users/user/properties/* doesn't show any documentation for the variable in UCS though.
Comment 3 Nico Gulden univentionstaff 2024-05-31 13:33:47 CEST
Changes made to UCS 5.0:

64955e0587 | docs(manual): Rewrite docs for user creation wizard
1e56426ee7 | docs(manual): Add mailPrimaryAddress to user creation wizard
7b4050f137 | docs(manual): Update German translation for user creation wizard

Changes made to UCS 5.2:
69e8755c4b | docs(manual): Rewrite docs for user creation wizard
fbadae002c | docs(manual): Add mailPrimaryAddress to user creation wizard
83bd6ed937 | docs(manual): Update German translation for user creation wizard
Comment 4 Nico Gulden univentionstaff 2024-05-31 13:34:33 CEST
The changes for UCS 5.0 have been built and published to https://docs.software-univention.de/manual/5.0/en/user-management/umc.html#user-creation-wizard

The changes for UCS 5.2-0 are in the branch and not published.