User managements

Add, edit, delete users. Available role: admin, editor, author.
This commit is contained in:
danpros 2024-03-31 11:38:45 +07:00
commit 841698a7cd
31 changed files with 516 additions and 3 deletions

View file

@ -281,3 +281,8 @@ summary_behavior = "Summary behavior"
default = "Default"
check_shortcode = "Check shortcode"
in_summary_mode_whether_check_the_shortcode_first_or_not_before_trim_the_content_to_x_char = "In summary mode, whether check the shortcode first or not before trim the content to x char"
manage_users = "Manage users"
add_user = "Add user"
username = "Username"
role = "Role"
change_password = "Change password"