-
Notifications
You must be signed in to change notification settings - Fork 814
Rewrite "Creating a user" as "Managing users" #6177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@kjac Thanks for creating this PR 😄 We will review it as soon as we can 😊 |
jonat123
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kjac Looks good!
Just have two suggestions 😄
SInce you are removing an article, we also need a redirect in place.
Can you add the following line to the .gitbook.yaml file:
reference/management/services/create-a-new-user: reference/management/services/managing-users.md
you can find the file in the 14 -> umbraco-cms folder 😄
Co-authored-by: jonat123 <54025331+jonat123@users.noreply.github.com>
Co-authored-by: jonat123 <54025331+jonat123@users.noreply.github.com>
|
Done @jonat123 👍 |
# Conflicts: # 14/umbraco-cms/.gitbook.yaml
jonat123
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kjac LGTM 💪
Merging it in!
Description
The "Creating a user" article references obsolete and removed classes and service methods. It is also not at all about creating users - it is about adding users to groups 😆
I have rewritten the entire article to get the code samples etc. up to date with V14. I have also opted to rename the article to "Managing Users". Eventually we could add more samples to this - for example, something about creating users? 😛
Type of suggestion
Product & version (if relevant)
V14
Deadline (if relevant)
Whenever possible.