TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mohseen Jamal
NA
18
9.8k
How to reduce length of password reset link MVC5
Oct 21 2014 8:37 PM
I am using this method to generate a password reset link. Everything works great but the callback URL has a huge token. I was asked if there was a way to reduce the length of URL.
As this is a framework generated code, i could not do much.
You can find this implementation in any MVC 5 template by default.
await UserManager.GeneratePasswordResetTokenAsync()
Please share your opinions if there is any way to achieve this using still the same method.
Thanks in advance for your time and effort.
Reply
Answers (
0
)
I want to do a project my self
wkhtmltopdf Custom header with ASP.NET