You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When user sign_up correct email with confirmation url send to email,
but ueser without confirmation is logged !
when user log_out its may login again without any confirmation steps via emai
Also confirm bug with word TRUE in output before flash on root page ( after sucsessfuly sign_up with confirmable set on)
see html output
true
<< this is BUG
You have signed up successfully.
Comment
Confirm this bug Ruby: 1.8.7 (p249) Rails: 2.3.5 Devise (gem): 1.0.6 devise :registerable, :database_authenticatable, :confirmable, .... When user sign_up correct email with confirmation url send to email, but ueser without confirmation is logged ! when user log_out its may login again without any confirmation steps via emai Also confirm bug with word TRUE in output before flash on root page ( after sucsessfuly sign_up with confirmable set on) see html output
true
<< this is BUG
You have signed up successfully.
or cancel
The text was updated successfully, but these errors were encountered:
Can you please reproduce the fact you can sign_in without confirmation in a smaller application? How is your config/initializers/devise.rb? A please send me the whole devise declaration in the model.
About the true, I replied in the other ticket and it was fixed in latest versions. But bear in mind that flash can be used not only for messages, but to carry flags as well. So it's a good practice to only show flash messages if they are strings.
Confirm this bug
Ruby: 1.8.7 (p249)
Rails: 2.3.5
Devise (gem): 1.0.6
devise :registerable, :database_authenticatable, :confirmable, ....
When user sign_up correct email with confirmation url send to email,
but ueser without confirmation is logged !
when user log_out its may login again without any confirmation steps via emai
Also confirm bug with word TRUE in output before flash on root page ( after sucsessfuly sign_up with confirmable set on)
see html output
Comment
Confirm this bug Ruby: 1.8.7 (p249) Rails: 2.3.5 Devise (gem): 1.0.6 devise :registerable, :database_authenticatable, :confirmable, .... When user sign_up correct email with confirmation url send to email, but ueser without confirmation is logged ! when user log_out its may login again without any confirmation steps via emai Also confirm bug with word TRUE in output before flash on root page ( after sucsessfuly sign_up with confirmable set on) see html output
or cancel
The text was updated successfully, but these errors were encountered: