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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 154ccd5b16a347ad03623af63f087be471a66adf14f4dd948afd330ec3795475
4
- data.tar.gz: 0a18e65a9f1c6e35cdb7c193642cd8d14d59866d11308494c1e377117aa2010b
3
+ metadata.gz: febd428e10e461a9451693d2ce1158738ea37c96432ed83e5288fff18b93b857
4
+ data.tar.gz: d7292d33c6a40e661013820963b93cde60c8202dbc2ab84a46673ce73d476eb4
5
5
  SHA512:
6
- metadata.gz: 4a2daf262b31c91b822ed50dcbcbcf3b2509904f0c84366d4f693a180bf6c85b3e36f6bf5572fe44a29486e9a44e314a47242b1c29a4393cd4059df52ab76796
7
- data.tar.gz: b6229464a8889376b9717377ce1040d422cab8593d33ac5f071a108346ff7693f29c0209099eaf777fa473ef8ac86cc35edaa7350410f16d087197da2c64b9e6
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, :recoverable, :rememberable, :validatable
7
+ devise :database_authenticatable, :rememberable, :validatable
8
8
 
9
9
  validates :email, uniqueness: true
10
10
 
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-system version.
5
5
  module System
6
6
  def self.version
7
- "0.9.2"
7
+ "0.9.3"
8
8
  end
9
9
  end
10
10
  end
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.2
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-09 00:00:00.000000000 Z
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.2
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.2
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.2
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.2
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