kirgudu_sso 0.0.1 → 0.0.2
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/views/kirgudu_sso/authentications/base/authentications/register.html.erb +2 -4
- data/app/views/kirgudu_sso/authentications/base/authentications/restore_password.html.erb +1 -1
- data/app/views/kirgudu_sso/authentications/base/authentications/restore_password_code.html.erb +1 -1
- data/app/views/kirgudu_sso/authentications/base/layouts/application.html.erb +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: 7af44163ec91a000bceab744c6d37da464226ae7
|
|
4
|
+
data.tar.gz: c5e9220703d32f6e761d298cab90daebce2d0ba1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5db3ec34fd7caa9b3fcadcff8f5db4fb293de1206d7a9860b8d9b890b0a0b69179993904743c524da040750e965b0686f56794536828c032eb1a102779e766cd
|
|
7
|
+
data.tar.gz: 18b30c2e5ad31323ac0ade5b51f6513feec1fd75ba3e291bca0c3dfd5232038dcd125a40f90e11da8023287850cec9c2441df1c17a9355c7d4948f0593b3dbbd
|
|
@@ -17,14 +17,12 @@
|
|
|
17
17
|
<div class="reg-header">
|
|
18
18
|
<h3>
|
|
19
19
|
<%= I18n.t("layout.labels.register") %>
|
|
20
|
-
|
|
21
|
-
<!--<form id="switchForm" action="https://www.evernote.com/Login.action" method="post">-->
|
|
20
|
+
|
|
22
21
|
<%= I18n.t("layout.labels.or") %>
|
|
23
22
|
<a id="switchLink" style="cursor: pointer;" href="<%= self.controller.to_url_for(:login, data[:params]) %>">
|
|
24
23
|
<%= I18n.t("layout.labels.login") %>
|
|
25
24
|
</a>
|
|
26
|
-
|
|
27
|
-
<!--</span>-->
|
|
25
|
+
|
|
28
26
|
</h3>
|
|
29
27
|
</div>
|
|
30
28
|
<div class="register">
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
<!--<div class="split">-->
|
|
14
14
|
<!--<div class="instruction">-->
|
|
15
15
|
<!--<p>Por favor proporciona un nombre de usuario o dirección de correo que usaste al registrar tu-->
|
|
16
|
-
<!--cuenta de
|
|
16
|
+
<!--cuenta de Kirgudu.NET.</p>-->
|
|
17
17
|
|
|
18
18
|
<!--<p>Te enviaremos un correo que te permitirá reinicializar tu contraseña.</p></div>-->
|
|
19
19
|
<!--</div>-->
|
data/app/views/kirgudu_sso/authentications/base/authentications/restore_password_code.html.erb
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
<!--<div class="split">-->
|
|
14
14
|
<!--<div class="instruction">-->
|
|
15
15
|
<!--<p>Por favor proporciona un nombre de usuario o dirección de correo que usaste al registrar tu-->
|
|
16
|
-
<!--cuenta de
|
|
16
|
+
<!--cuenta de Kirgudu.NET.</p>-->
|
|
17
17
|
|
|
18
18
|
<!--<p>Te enviaremos un correo que te permitirá reinicializar tu contraseña.</p></div>-->
|
|
19
19
|
<!--</div>-->
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kirgudu_sso
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mitrofanov Dmitry
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-08-
|
|
11
|
+
date: 2014-08-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|