decidim-system 0.9.2 → 0.9.3
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of decidim-system might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/app/models/decidim/system/admin.rb +1 -1
- data/lib/decidim/system/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: febd428e10e461a9451693d2ce1158738ea37c96432ed83e5288fff18b93b857
|
4
|
+
data.tar.gz: d7292d33c6a40e661013820963b93cde60c8202dbc2ab84a46673ce73d476eb4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4dfa0aa147a91862e1027531b69044ade46a7e0bd9d39345cd7d68b7bce63ef8d74a4037ff5ff3a9f59c444152ea48a2eb81d9572167570a97e562f6eafd4ad
|
7
|
+
data.tar.gz: ad0a10ab5bb74efb07a1d635ea627d8e22a14b50b3fe9839ba71b8d3a45daa3efdd7a0303ecabcbae88bf71bb1dd79d22fe02045ad21536639347b3dd1d665db
|
data/README.md
CHANGED
@@ -54,6 +54,8 @@ Decidim::System::Admin.create!(
|
|
54
54
|
Once you have created your first admin you can access the system dashboard at `https://your-decidim-deployment-host/system` and login with your newly created user.
|
55
55
|
From the system dashboard you can add new admins.
|
56
56
|
|
57
|
+
⚠️ If you need to reset your administrator password you'll need to do it by entering the Rails console and changing it manually. ⚠️
|
58
|
+
|
57
59
|
## Managing organizations
|
58
60
|
|
59
61
|
Once you have your system admin setup you can also start managing the organizations in your deploy. To do it, login at the system dashboard and create a new organization
|
@@ -4,7 +4,7 @@ module Decidim
|
|
4
4
|
module System
|
5
5
|
# Admins are the users in charge of managing a Decidim installation.
|
6
6
|
class Admin < ApplicationRecord
|
7
|
-
devise :database_authenticatable, :
|
7
|
+
devise :database_authenticatable, :rememberable, :validatable
|
8
8
|
|
9
9
|
validates :email, uniqueness: true
|
10
10
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-system
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josep Jaume Rey Peroy
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2018-02-
|
13
|
+
date: 2018-02-27 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: active_link_to
|
@@ -32,14 +32,14 @@ dependencies:
|
|
32
32
|
requirements:
|
33
33
|
- - '='
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version: 0.9.
|
35
|
+
version: 0.9.3
|
36
36
|
type: :runtime
|
37
37
|
prerelease: false
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
40
|
- - '='
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: 0.9.
|
42
|
+
version: 0.9.3
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: devise
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
@@ -116,14 +116,14 @@ dependencies:
|
|
116
116
|
requirements:
|
117
117
|
- - '='
|
118
118
|
- !ruby/object:Gem::Version
|
119
|
-
version: 0.9.
|
119
|
+
version: 0.9.3
|
120
120
|
type: :development
|
121
121
|
prerelease: false
|
122
122
|
version_requirements: !ruby/object:Gem::Requirement
|
123
123
|
requirements:
|
124
124
|
- - '='
|
125
125
|
- !ruby/object:Gem::Version
|
126
|
-
version: 0.9.
|
126
|
+
version: 0.9.3
|
127
127
|
description: System administration to create new organization in an installation.
|
128
128
|
email:
|
129
129
|
- josepjaume@gmail.com
|