Questions tagged [email-confirmation]

123 questions
0
votes
2 answers

Set confirmation link parameter in bean using PrettyFaces

I'm trying to send an email confirmation link in JSF 2.0. The correct link is sending to the user's email without any problems, but I'm struggling to have the link redirect to the correct page when the user clicks on it. I am trying to use pretty…
0
votes
1 answer

How to set Devise confirmable link on Mandrill template?

I know that with the Mandrill syntax that I can send in user specific info by doing something like this: def confirmation_instructions(record, token, opts={}) options = { :subject => 'Email confirmation', :email => record.email, :name…
0
votes
1 answer

ASP.NET Identity 2 - UserManager.ConfirmEmail Fails In Production

I've set up OWIN in an ASP.NET MVC app (including email confirmation). When an account is created I get an email containing a link to confirm my email. When I visit the link, I get the "Invalid Token" error. If I take that exact same link and…
0
votes
1 answer

email validation by user confirmation email in asp.net

i was wonder if anyone have or could show me any tutorial on user confirmation email on registration? i've been looking for it for quite some times but no luck with a working one? thanks a lot in advance
CodeMonkey
  • 2,511
  • 4
  • 27
  • 38
0
votes
1 answer

Rails Routing for email confirmation & password reset

I need some routes for email confirmation and password reset in Rails for users to click on in emails they receive. I looked at Railscast #274 - Remember Me & Reset Password and it creates a separate controller for that one Reset action. Wondering…
Meltemi
  • 37,979
  • 50
  • 195
  • 293
-1
votes
2 answers

User Inputs word in password and converts into asterisk into database table (C# Web Forms Asp.Net) (PasswordChar doesnt work)

We are doing food ordering system and my task is to make sign up and sign in page. My question is, I want the inputed password by the user which is a word to be an asterisk when it is inserted into the database table, like, my password is foodrder…
compsci
  • 15
  • 4
-1
votes
3 answers

Idenity.Core GenerateEmailConfirmationTokenAsync Invalid Token coming from Angular 10 WebApp

I have a DotNet Core WebApi that uses Identity Core to generate an Email confirmation token. When I generate the token and send it to my email address with the WebApi URL it works fine. When I send the ur?token=token to my email with the Angular Web…
JEuvin
  • 866
  • 1
  • 12
  • 31
-1
votes
1 answer

User only can register after Admin approval

I am setting up a new mvc5 project in c# in which I am using Identity Framework and Open ID. which means a new user can register via a third party i.e. Google,Facebook,Microsoft. So this part is done. Now I want to restrict users, means when a user…
bid_95
  • 31
  • 1
-1
votes
1 answer

How can I create a web token for account confirmation mail in JAVA

I went through many posts on stackoverflow to find how to create a simple web token to confirm a sign up via mail. Without seeing any "official" manner or common technics. My though was instead of adding a specific cell in database with expiry date…
JSmith
  • 4,519
  • 4
  • 29
  • 45
-1
votes
1 answer

signup activation not working - is it cause the file ain't utf8 - solutions are welcome

yo, i'm using a signup form for my users. They can create a new account and also get the confirmation mail with activation link within. When they click on activation link they go automatically to my page and get message about account is…
Fub Tinzi
  • 11
  • 4
-1
votes
1 answer

Wordpress email confirmation

My boss wants me to make some sort of email order confirmation. It has to be like this: A private page in which only people who have password can access.On this page, there is 6 input boxes, where you can write the Name, Address, Number, Price, a…
Casper
  • 592
  • 1
  • 6
  • 17
-1
votes
2 answers

What if the confirmation email belongs to somebody else?

This is probably a extremely uncommon case, but: What would happen if user A registers an account in a website with an email that doesn't belong to him and uses it without confirming it (as many websites now allow you, at least in a limited way) and…
federico-t
  • 12,014
  • 19
  • 67
  • 111
-2
votes
1 answer

Confirmation Email for publishing pdf

I have a question about developing a webapi. I want to send someone an email with an confirmation Link and If he clicks on it he should be redirected to a thanks page and get a second email with a pdf. Unfortunatly I have no idea how to create the…
gigashark
  • 29
  • 9
-2
votes
1 answer

Send confirmation email using Firebase in Swift

I want to send confirmation email when user registers in iOS application. I have searched a lot. I find only verification using Firebase. But can we do confirmation email using Firebase.
-2
votes
1 answer

Email confirmation not working Laravel

So I'm creating this Web application using the framework Laravel. Now on the password reset page, everything's working great. The email is sent correctly, and also received as it should be but when I click on the confirmation link it shows an…
dark_knight94
  • 117
  • 11
1 2 3
8
9