Project

General

Profile

Feature #539

closed

username hint when adding new user

Added by Miroslav Blaško over 6 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Low
Start date:
12.12.2017
Due date:
% Done:

100%

Estimated time:

Description

When creating new user, a username should be pre-filled with probable value of new username.

More specifically, it should be possible to create users based on pattern such as doctor$NUM, admin$NUM.

Concrete patterns of usernames can be extracted from:
- history of created users (e.g. In case where doctor2 was last created user, we can look for MAX=maximal number, where username doctor$NUM exists. Then for new username we can assign doctor${MAX+1} )
- a role that is selected within "create-user form" (thus look for last username of same role as the selected one)

Actions #1

Updated by Tomáš Klíma about 6 years ago

  • % Done changed from 0 to 100
  • Status changed from New to Resolved
Actions #2

Updated by Tomáš Klíma about 6 years ago

  • Assignee set to Tomáš Klíma

Updated by Miroslav Blaško about 6 years ago

- create generateUsername rest service

Updated by Miroslav Blaško about 6 years ago

  • Status changed from Resolved to Rejected

- use generateUsername service instead of client side handling

Actions #5

Updated by Miroslav Blaško about 6 years ago

  • Status changed from Rejected to New
Actions #6

Updated by Tomáš Klíma about 6 years ago

  • Status changed from New to Resolved
Actions #7

Updated by Miroslav Blaško about 6 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF