diff --git a/.idea/dataSources/74bcf3ef-a2b9-435b-b9e5-f32902a33b25.xml b/.idea/dataSources/74bcf3ef-a2b9-435b-b9e5-f32902a33b25.xml
index c25c2ac..0fad7f5 100644
--- a/.idea/dataSources/74bcf3ef-a2b9-435b-b9e5-f32902a33b25.xml
+++ b/.idea/dataSources/74bcf3ef-a2b9-435b-b9e5-f32902a33b25.xml
@@ -838,50 +838,50 @@ false Zulu
1
1
-
- 4544
-
-
- 6304
-
-
+
6171
-
- 4571
+
+ 6181
-
+
+ 6182
+
+
3373
3374
3375
3377
-
- 6181
-
-
+
3374
-
+
3375
-
- 4569
-
-
- 4200
-
-
+
3377
-
+
+ 4569
+
+
+ 4570
+
+
+ 4571
+
+
+ 4200
+
+
+ 4544
+
+
4550
-
- 6182
-
-
- 4570
+
+ 6304
1
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 917fbd7..6a1bc4d 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,8 +4,10 @@
-
-
+
+
+
+
@@ -146,7 +148,8 @@
-
+
+
true
diff --git a/pkg/services/realms.go b/pkg/services/realms.go
index ffd2cbc..a51a366 100644
--- a/pkg/services/realms.go
+++ b/pkg/services/realms.go
@@ -59,7 +59,7 @@ func GetRealmWithAlias(alias string) (models.Realm, error) {
func NewRealm(realm models.Realm, user models.Account) (models.Realm, error) {
realm.Members = []models.RealmMember{
- {AccountID: user.ID},
+ {AccountID: user.ID, PowerLevel: 100},
}
err := database.C.Save(&realm).Error