Hello friends,
I have installed restful_authentication plugins for signup, login,
logoff etc.
I don’t receive email after signing in.
I don’t know why it is happenning?
ANy clue.
Hello friends,
I have installed restful_authentication plugins for signup, login,
logoff etc.
I don’t receive email after signing in.
I don’t know why it is happenning?
ANy clue.
HUNT HUNT wrote:
Hello friends,
I have installed restful_authentication plugins for signup, login,
logoff etc.
I don’t receive email after signing in.I don’t know why it is happenning?
ANy clue.
sorry it’s after signing up.
HUNT HUNT wrote:
HUNT HUNT wrote:
Hello friends,
I have installed restful_authentication plugins for signup, login,
logoff etc.
I don’t receive email after signing in.I don’t know why it is happenning?
ANy clue.sorry it’s after signing up.
Did you use “–include-activation” option?
What do the logs say?
HUNT HUNT wrote:
Hello friends,
I have installed restful_authentication plugins for signup, login,
logoff etc.
Why? Authlogic is far better.
I don’t receive email after signing in.
I don’t know why it is happenning?
ANy clue.
Can your app send mail in general? Have you checked the log?
Best,
–Â
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
Marnen Laibow-Koser wrote:
HUNT HUNT wrote:
Hello friends,
I have installed restful_authentication plugins for signup, login,
logoff etc.Why? Authlogic is far better.
I don’t receive email after signing in.
I don’t know why it is happenning?
ANy clue.Can your app send mail in general? Have you checked the log?
Best,
–Â
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
NO it 's not sending mail…>>>I checked the
log…
HUNT HUNT wrote:
Marnen Laibow-Koser wrote:
HUNT HUNT wrote:
Hello friends,
I have installed restful_authentication plugins for signup, login,
logoff etc.Why? Authlogic is far better.
I don’t receive email after signing in.
I don’t know why it is happenning?
ANy clue.Can your app send mail in general? Have you checked the log?
Best,
–Â
Marnen Laibow-Koser
http://www.marnen.org
[email protected]NO it 's not sending mail…>>>I checked the
log…
Yes? And what did the log say?
Best,
–Â
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
Michal B. wrote:
HUNT HUNT wrote:
HUNT HUNT wrote:
Hello friends,
I have installed restful_authentication plugins for signup, login,
logoff etc.
I don’t receive email after signing in.I don’t know why it is happenning?
ANy clue.sorry it’s after signing up.
Did you use “–include-activation” option?
What do the logs say?
Yes I used
script/generate authenticated user sessions --include-activation…
Marnen Laibow-Koser wrote:
HUNT HUNT wrote:
Marnen Laibow-Koser wrote:
HUNT HUNT wrote:
Hello friends,
I have installed restful_authentication plugins for signup, login,
logoff etc.Why? Authlogic is far better.
I don’t receive email after signing in.
I don’t know why it is happenning?
ANy clue.Can your app send mail in general? Have you checked the log?
Best,
–Â
Marnen Laibow-Koser
http://www.marnen.org
[email protected]NO it 's not sending mail…>>>I checked the
log…Yes? And what did the log say?
Best,
–Â
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
Getting no log…of message…
below is the log…
Processing SessionsController#new (for 127.0.0.1 at 2009-12-03 17:42:25)
[GET]
Rendering template within layouts/application
Rendering sessions/new
Completed in 22ms (View: 19, DB: 0) | 200 OK [http://localhost/login]
Processing UsersController#new (for 127.0.0.1 at 2009-12-07 10:21:36)
[GET]
Rendering template within layouts/application
Rendering users/new
Completed in 40ms (View: 38, DB: 0) | 200 OK [http://localhost/signup]
SQL (0.1ms) SET NAMES ‘utf8’
SQL (0.1ms) SET SQL_AUTO_IS_NULL=0
Processing UsersController#create (for 127.0.0.1 at 2009-12-07 10:22:06)
[POST]
Parameters:
{“authenticity_token”=>“A7euood6WzmEmsmVA6OyKLKEMPxf/hamZxq/+Jxp/l8=”,
“user”=>{“login”=>“aksn2004”, “email”=>“[email protected]”,
“password”=>“12345”, “password_confirmation”=>“12345”}, “commit”=>“Sign
up”}
User Columns (1.3ms) SHOW FIELDS FROM users
SQL (0.1ms) BEGIN
User Load (0.4ms) SELECT users
.id FROM users
WHERE
(LOWER(users
.login
) = BINARY ‘aksn2004’) LIMIT 1
User Load (0.2ms) SELECT users
.id FROM users
WHERE
(LOWER(users
.email
) = BINARY ‘[email protected]’) LIMIT 1
User Create (0.4ms) INSERT INTO users
(login
, email
,
crypted_password
, salt
, created_at
, updated_at
,
remember_token
, remember_token_expires_at
, activation_code
,
activated_at
, reset_code
) VALUES(‘aksn2004’,
‘[email protected]’, ‘e2448f375cba5651c9b7b62c6dc4eb35aa9b895a’,
‘37ea667092d7c32d786e11fdbeaf039f142e5f82’, ‘2009-12-07 04:52:06’,
‘2009-12-07 04:52:06’, NULL, NULL,
‘be8f6dc2f87328c6600ca1b8d4b84bc5204522bd’, NULL, NULL)
SQL (57.2ms) COMMIT
Redirected to http://localhost:3000/
HUNT HUNT wrote:
Processing SessionsController#new (for 127.0.0.1 at 2009-12-03 17:42:25)
[GET]
Rendering template within layouts/application
Rendering sessions/new
Completed in 22ms (View: 19, DB: 0) | 200 OK [http://localhost/login]
This is showing the “#new” action from SessionsController. Where is the
log for the “create” action of the UsersController showing the
submission of the signup page?
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs