rodauth-rails 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/generators/rodauth/templates/lib/rodauth_app.rb +2 -2
- data/rodauth-rails.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9c754fbd5d613cab821d197dc1e6918e806e6dd7184dc9a1bb3bef04c3e9a145
|
4
|
+
data.tar.gz: 6a8c6e225d7912e0b1d424a3a6886e3e653c71e160575ce5c1018343d3f7507c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca77c9f17d2a4d356aed60b0cbe50737fda50ad6843219e67ad21ae2486fc05df73863bc60d1e4b410a5737fc4f4ed8a66f5351ccdebe9ed9074108e7ce3b413
|
7
|
+
data.tar.gz: 2bcda57916777509096884aae59a3f0a632e21a100a96b029057cd08d68a2c4e0f022d280e77840f87d0e2f15b4d50bef29d801cd972ff0c08461284c0df3929
|
@@ -42,7 +42,7 @@ class RodauthApp < Rodauth::Rails::App
|
|
42
42
|
# ==> Emails
|
43
43
|
# Uncomment the lines below once you've imported mailer views.
|
44
44
|
# send_reset_password_email do
|
45
|
-
# RodauthMailer.reset_password(email_to,
|
45
|
+
# RodauthMailer.reset_password(email_to, reset_password_email_link).deliver_now
|
46
46
|
# end
|
47
47
|
# send_verify_account_email do
|
48
48
|
# RodauthMailer.verify_account(email_to, verify_account_email_link).deliver_now
|
@@ -76,7 +76,7 @@ class RodauthApp < Rodauth::Rails::App
|
|
76
76
|
|
77
77
|
# Override default flash messages.
|
78
78
|
# create_account_notice_flash "Your account has been created. Please verify your account by visiting the confirmation link sent to your email address."
|
79
|
-
#
|
79
|
+
# require_login_error_flash "Login is required for accessing this page"
|
80
80
|
# login_notice_flash nil
|
81
81
|
|
82
82
|
# ==> Validation
|
data/rodauth-rails.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rodauth-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Janko Marohnić
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-05-
|
11
|
+
date: 2020-05-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|