Questions tagged [confirmation-email]
68 questions
1
vote
1 answer
Expireing active registration link in asp.net
As a user register in my website, a registration link will send him. What i want is to expire this link after 48 hours. Is there any way to do that?
Thank you so much.
here is my codes:
In activate page:
string userID =…

Saeid
- 1,996
- 4
- 27
- 44
1
vote
1 answer
How to create ConfirmationURL using a JavaMail / Servlet Mechanism?
Am in the process of writing a server side Java program which would send an e-mail to a user with a confirmation URL (located in the body of the e-mail).
Have already created the servlet (which can send an e-mail) using the JavaMail API... Am…

mw_javaguy
- 687
- 6
- 14
- 22
1
vote
3 answers
Sending confirmation emails to registered users in ROR app via localhost
In my ROR app, I am trying to send confirmation emails to my registered users when they signup, my website is on localhost currently. I am getting this error:
"undefined method `recipients' for #"
Here is my…

Oatmeal
- 759
- 2
- 9
- 25
0
votes
1 answer
Devise "Confirm account instructions email" takes me to "Reset Password"
Once you sign_up, you get a confirmation email.
Do not confirm. Instead go to the app and click on didn't receive confirmation instructions and enter the same email id.
You will get a reset password instructions email instead of confirmation…

Kaushik Thirthappa
- 1,041
- 2
- 9
- 21
0
votes
1 answer
How do I create a email confirmation?
I'm trying to make a simple email notification when a user signs up.
My user sign up works fine, and I followed the "Sending Email" tutorial exactly but can't get it to work. What am I doing wrong?
user_controller.rb
class Admin::UsersController <…

Chris R
- 45
- 1
- 5
0
votes
3 answers
Should we ask users to confirm an e-mail address when they change it?
I have a service that requires an active e-mail address where users can receive notifications. Users can optionally receive notifications on multiple e-mail addresses by adding them.
Should I require a new e-mail address be confirmed before I…

Mohamad
- 34,731
- 32
- 140
- 219
0
votes
2 answers
AspNetCore.Identity.UserManager[9] VerifyUserTokenAsync() "code": "InvalidToken",
I am making api in .net 5 and implementing sending email confirmation after succesful registration. This one is killing me and can't see the reason why it returns Invalid Token.
So here's my…

Michał Sawicki
- 49
- 1
- 10
0
votes
1 answer
Modal dialog box not working correctly on submit - page posting back to itself
I've asked this question before and so the other post may be closed. But, I didn't get the full correct answer, something always seem to be missing in the code. I need to submit an email, get a modal box (with a confirm msg), have the modal fade…

Chris22
- 1,973
- 8
- 37
- 55
0
votes
1 answer
Sign in confirm link best pratice?
as by title, which is the best way to build the sign in email confirm link?
i suppose id_user/23414/pass/md5(user password)
not? :P

itsme
- 48,972
- 96
- 224
- 345
0
votes
1 answer
devise confirmable edit template
I have devise confirmable setup and working. Everything functions, but..., the generated link is odd and when click it displays a blank page.
However when the link is clicked it does appear to confirm! the account. My question is how to customize…

holden
- 13,471
- 22
- 98
- 160
0
votes
1 answer
Send Confirmation Mail from Flask App that is hosted on aws
flask app is sending confirmation mail perfectly and it is working fine when I run the app on "localhost" and the confirmation URL also working, but after I deployed the app on amazon ec2 instance it not sending the confirmation mail.

umesh
- 59
- 1
- 4
0
votes
1 answer
Spring Boot: Confirming registration in RESTful
I'm working with Spring Boot and don't know how to design register confirmation process.
Is UUID the best choice to generate random token? I've seen that people write "no, it's not" but they don't explain why and what is better
A lot of people…

dawid.kaluza
- 25
- 2
0
votes
2 answers
Once app is launched to Azure, the confirmation email is not being sent. Anyone know why?
Hi I created an app in asp.net which requires user authentication. I've activated the 'Email confirmation' option. This worked fine with a local db, but once on azure, doesn't work. the code for the email confirmation is as follows:
public Task…

MFogger
- 1
- 1
0
votes
1 answer
Mongodb stitch increase email confirmation URL expiry limit
As per documentation in https://docs.mongodb.com/stitch/authentication/userpass/#send-a-confirmation-email
Currently, Mongodb stitch email confirmation URL expire in 30 mins which seems is not sufficient so like to know how to increase Mongodb…

Santosh Kori
- 461
- 4
- 12
0
votes
1 answer
FosUserBundle Confirm Email after registration
I want to do email confirmation after each registration of new user in my website, so when the registration is done the system must redirect him to anther page that tells that he should confirm his email address, and only give access only to users…

Houssem Chr
- 133
- 1
- 1
- 8