mno-enterprise-core 3.1.2 → 3.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/models/mno_enterprise/user.rb +0 -1
- data/app/views/system_notifications/organization-invite-existing-user.html.erb +3 -3
- data/app/views/system_notifications/organization-invite-existing-user.text.erb +2 -2
- data/app/views/system_notifications/organization-invite-new-user.html.erb +3 -3
- data/app/views/system_notifications/organization-invite-new-user.text.erb +2 -2
- data/lib/mno_enterprise/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 56551a50f2a0de91591b11a9c35efb6aa0cb1442
|
|
4
|
+
data.tar.gz: c20c71352b14f77789bd49ceab30e76e29433f84
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee6ba08ede9b00613194fcb16557da37abeccf1f2b5a6d6dbcc67f35f5071869359e167dc21d52ae54848afb76980c0a8b910ca5ce1e110a7b4618d837bf8646
|
|
7
|
+
data.tar.gz: a230800f84830c77b36495444f1d0dd92b1a243b8ba8131d47f24c6e074929044fc6927e5558ec63f8c6fb2089414bf71e30292519df3b72f0b0092b69e8ec6b
|
|
@@ -56,7 +56,6 @@ module MnoEnterprise
|
|
|
56
56
|
#================================
|
|
57
57
|
# Validation
|
|
58
58
|
#================================
|
|
59
|
-
validates_uniqueness_of :email, allow_blank: true, if: :email_changed?
|
|
60
59
|
|
|
61
60
|
if Devise.password_regex
|
|
62
61
|
validates :password, format: { with: Devise.password_regex, message: Devise.password_regex_message }, if: :password_required?
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
|
|
14
14
|
<p>You have been invited by <%= @info[:ref_full_name] %> to join <%= @info[:organization] %> on our platform!. You can automatically create your account on our platform and join <%= @info[:organization] %> by clicking on the link below:</p>
|
|
15
15
|
<a href="<%= @info[:confirmation_link] %>">Create my account and join <%= @info[:organization] %></a>
|
|
16
|
-
|
|
17
|
-
<% if @info[:team]
|
|
16
|
+
|
|
17
|
+
<% if @info[:team] %>
|
|
18
18
|
<p>By accepting this invite you will automatically join the <%= @info[:team] %> team.</p>
|
|
19
19
|
<% end %>
|
|
20
20
|
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
Regards,<br/>
|
|
23
23
|
The Marketplace team
|
|
24
24
|
</p>
|
|
25
|
-
|
|
25
|
+
|
|
26
26
|
<p class="footer">
|
|
27
27
|
<%= @info[:company] %>
|
|
28
28
|
</p>
|
|
@@ -3,8 +3,8 @@ Hi there
|
|
|
3
3
|
|
|
4
4
|
You have been invited by <%= @info[:ref_full_name] %> to join <%= @info[:organization] %> on our platform!. You can automatically create your account on our platform and join <%= @info[:organization] %> by clicking on the link below:
|
|
5
5
|
<%= @info[:confirmation_link] %>
|
|
6
|
-
|
|
7
|
-
<% if @info[:team]
|
|
6
|
+
|
|
7
|
+
<% if @info[:team] %>
|
|
8
8
|
By accepting this invite you will automatically join the <%= @info[:team] %> team.
|
|
9
9
|
<% end %>
|
|
10
10
|
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
|
|
14
14
|
<p>You have been invited by <%= @info[:ref_full_name] %> to join <%= @info[:organization] %> on our platform!. You can automatically create your account on our platform and join <%= @info[:organization] %> by clicking on the link below:</p>
|
|
15
15
|
<a href="<%= @info[:confirmation_link] %>">Create my account and join <%= @info[:organization] %></a>
|
|
16
|
-
|
|
17
|
-
<% if @info[:team]
|
|
16
|
+
|
|
17
|
+
<% if @info[:team] %>
|
|
18
18
|
<p>By accepting this invite you will automatically join the <%= @info[:team] %> team.</p>
|
|
19
19
|
<% end %>
|
|
20
20
|
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
Regards,<br/>
|
|
23
23
|
The Marketplace team
|
|
24
24
|
</p>
|
|
25
|
-
|
|
25
|
+
|
|
26
26
|
<p class="footer">
|
|
27
27
|
<%= @info[:company] %>
|
|
28
28
|
</p>
|
|
@@ -3,8 +3,8 @@ Hi there
|
|
|
3
3
|
|
|
4
4
|
You have been invited by <%= @info[:ref_full_name] %> to join <%= @info[:organization] %> on our platform!. You can automatically create your account on our platform and join <%= @info[:organization] %> by clicking on the link below:
|
|
5
5
|
<%= @info[:confirmation_link] %>
|
|
6
|
-
|
|
7
|
-
<% if @info[:team]
|
|
6
|
+
|
|
7
|
+
<% if @info[:team] %>
|
|
8
8
|
By accepting this invite you will automatically join the <%= @info[:team] %> team.
|
|
9
9
|
<% end %>
|
|
10
10
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mno-enterprise-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Arnaud Lachaume
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-09
|
|
12
|
+
date: 2016-11-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|