Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/mRemoteNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitrij <kvarkas@gmail.com>2022-03-30 14:30:59 +0300
committerDimitrij <kvarkas@gmail.com>2022-03-30 14:30:59 +0300
commit55bee8b0d8b9c6eb6958af69db91d06b3e9899a9 (patch)
treeab84a27f61955d7d82607d32f2f34aaa95dbb77a /mRemoteNG
parent6bd18c29e3242567f267877bcdb5f1b4b5c14f71 (diff)
add rbac settings
Diffstat (limited to 'mRemoteNG')
-rw-r--r--mRemoteNG/Properties/rbac.settings12
1 files changed, 12 insertions, 0 deletions
diff --git a/mRemoteNG/Properties/rbac.settings b/mRemoteNG/Properties/rbac.settings
new file mode 100644
index 00000000..4e11b6d5
--- /dev/null
+++ b/mRemoteNG/Properties/rbac.settings
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='utf-8'?>
+<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="mRemoteNG.Properties" GeneratedClassName="rbac">
+ <Profiles />
+ <Settings>
+ <Setting Name="ActiveRole" Type="System.String" Scope="User">
+ <Value Profile="(Default)">UserRole</Value>
+ </Setting>
+ <Setting Name="AdminRolePassword" Type="System.String" Scope="User">
+ <Value Profile="(Default)">mR3m0t3NG!</Value>
+ </Setting>
+ </Settings>
+</SettingsFile> \ No newline at end of file