diff options
author | crupest <crupest@outlook.com> | 2020-11-15 20:31:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-11-15 20:31:22 +0800 |
commit | 5b7b0120406ef4c609c07ab57074a76a753cd1fd (patch) | |
tree | dd34d028426627375a3183c30d1494fcec55969b /BackEnd/Timeline/Resources/Messages.Designer.cs | |
parent | fa7b123be84afe020fc582535cc270e8cf24e85b (diff) | |
download | timeline-5b7b0120406ef4c609c07ab57074a76a753cd1fd.tar.gz timeline-5b7b0120406ef4c609c07ab57074a76a753cd1fd.tar.bz2 timeline-5b7b0120406ef4c609c07ab57074a76a753cd1fd.zip |
feat: Now changing user permission returns 400.
Diffstat (limited to 'BackEnd/Timeline/Resources/Messages.Designer.cs')
-rw-r--r-- | BackEnd/Timeline/Resources/Messages.Designer.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/BackEnd/Timeline/Resources/Messages.Designer.cs b/BackEnd/Timeline/Resources/Messages.Designer.cs index bb654ce6..fd3e1848 100644 --- a/BackEnd/Timeline/Resources/Messages.Designer.cs +++ b/BackEnd/Timeline/Resources/Messages.Designer.cs @@ -358,6 +358,15 @@ namespace Timeline.Resources { }
/// <summary>
+ /// Looks up a localized string similar to You can't change permission of root user..
+ /// </summary>
+ internal static string UserController_ChangePermission_RootUser {
+ get {
+ return ResourceManager.GetString("UserController_ChangePermission_RootUser", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to You can't set permission unless you are administrator..
/// </summary>
internal static string UserController_Patch_Forbid_Administrator {
|