Skip to content

Commit 6ba9f3c

Browse files
authored
docs: update changelog for username functionality (#274)
1 parent aef4f6e commit 6ba9f3c

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!--
2+
A new scriv changelog fragment.
3+
4+
Uncomment the section that is right (remove the HTML comment wrapper).
5+
For top level release notes, leave all the headers commented out.
6+
-->
7+
8+
<!--
9+
### Removed
10+
11+
- A bullet item for the Removed category.
12+
13+
-->
14+
15+
### Added
16+
17+
username generation functionality:
18+
19+
- usernameify() - Generate usernames from full names with email fallback
20+
- create_user_with_generated_username() - Create users with automatic username collision handling
21+
- _find_available_username() - Handle username conflicts by appending numeric suffixes
22+
- _reformat_for_username() - Clean and format strings for username use
23+
- is_duplicate_username_error() - Detect database integrity errors for username collisions
24+
25+
<!--
26+
### Changed
27+
28+
- A bullet item for the Changed category.
29+
30+
-->
31+
<!--
32+
### Deprecated
33+
34+
- A bullet item for the Deprecated category.
35+
36+
-->
37+
<!--
38+
### Fixed
39+
40+
- A bullet item for the Fixed category.
41+
42+
-->
43+
<!--
44+
### Security
45+
46+
- A bullet item for the Security category.
47+
48+
-->

0 commit comments

Comments
 (0)