Bug 45525 - (doc) Cut username generation at first double-barrelled lastname
(doc) Cut username generation at first double-barrelled lastname
Status: CLOSED FIXED
Product: UCS@school
Classification: Unclassified
Component: Documentation
UCS@school 4.2
Other Linux
: P5 normal (vote)
: UCS@school 4.2 v5
Assigned To: Daniel Tröder
Florian Best
:
Depends on: 42144
Blocks:
  Show dependency treegraph
 
Reported: 2017-10-12 22:34 CEST by Sönke Schwardt-Krummrich
Modified: 2021-05-25 10:14 CEST (History)
4 users (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 2: Improvement: Would be a product improvement
Who will be affected by this bug?: 3: Will affect average number of installed domains
How will those affected feel about the bug?: 3: A User would likely not purchase the product
User Pain: 0.103
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 Sönke Schwardt-Krummrich univentionstaff 2017-10-12 22:34:38 CEST
This new API has to be documented in CLI-import document.

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

According to Feedback on Ticket#2016082421000167 related to the Import-Interface.

Use case from the customer:
Import user with double-barrelled name (e.g. Nadine Mueller-Meier)

Configuration:
"username": {"default": "<:umlauts><firstname>[0]<lastname><:lower>[COUNTER2]"}

Result:
username = nmueller-mei3

The customer would like to have the possibility (e.g. via schema option) to cut the name at the hyphen and don't use the second lastname in the username generation.
username = nmueller3

This requirement was requested and implemented in a project specific import tool for the customer 09711 as well. So, I guess it is not a customer specific requirement.
Comment 2 Florian Best univentionstaff 2017-11-22 14:01:36 CET
I fixed some typos and commatas:
40a590b632c1 | Bug #45525: fix typos