Giter Club home page Giter Club logo

Comments (13)

robertjd avatar robertjd commented on July 4, 2024

We recently added this to the Stormpath API, the details are in the "Resending the Verification Email" section of the Application docs: http://docs.stormpath.com/rest/product-guide/#application-accounts

I've just added a convenience function to the Stormpath Node SDK and published it as 0.7.4. It's used like this:

application.resendVerificationEmail({login:'username or email'},function(err){
  // if no err, message was sent
})

from express-stormpath.

lemieux avatar lemieux commented on July 4, 2024

Nice thanks!
On Nov 21, 2014 5:07 PM, "robertjd" [email protected] wrote:

We recently added this to the Stormpath API, the details are in the
"Resending the Verification Email" section of the Application docs:
http://docs.stormpath.com/rest/product-guide/#application-accounts

I've just added a convenience function to the Stormpath Node SDK and
published it as 0.7.4. It's used like this:

application.resendVerificationEmail({login:'username or email'},function(err){
// if no err, message was sent
})


Reply to this email directly or view it on GitHub
#37 (comment)
.

from express-stormpath.

lemieux avatar lemieux commented on July 4, 2024

So this is a non-issue for express-stormpath? shoud this be closed?

from express-stormpath.

robertjd avatar robertjd commented on July 4, 2024

We still need to decide how this should be handled in this integration. E.g. how should the user be able to self-service the need for the email to be re-sent?

from express-stormpath.

lemieux avatar lemieux commented on July 4, 2024

Alright, we had an idea to have it maybe around the forget password page,
on submit to check if the account is unverified and suggest to the user to
resend the verification instead if they are.

Marc-Antoine Lemieux

2014-11-26 13:56 GMT-05:00 robertjd [email protected]:

We still need to decide how this should be handled in this integration.
E.g. how should the user be able to self-service the need for the email to
be re-sent?


Reply to this email directly or view it on GitHub
#37 (comment)
.

from express-stormpath.

saadtazi avatar saadtazi commented on July 4, 2024

@robertjd any update on this issue?

from express-stormpath.

robertjd avatar robertjd commented on July 4, 2024

Not yet, this is still an open discussion about how we expose this to the end user. @lemieux proposes something that happens on forgot password submission but I don't think that's quite right. If I'm a user who has registered for the site but I haven't received a confirmation and I want to try again I'm probably not going to go through the forgot password flow - I'm going to be hunting around for something more specific.

from express-stormpath.

saadtazi avatar saadtazi commented on July 4, 2024

Can you please publish a new npm package of express-stormpath that depends on [email protected]? I an trying to use app.get('stormpathApplication').resendVerificationEmail() (something similar) which is undefined in [email protected].

Thanks in advance

from express-stormpath.

robertjd avatar robertjd commented on July 4, 2024

bumped!

from express-stormpath.

saadtazi avatar saadtazi commented on July 4, 2024

Great! Thanks

from express-stormpath.

sholladay avatar sholladay commented on July 4, 2024

In my opinion, this is almost a twin of forgot password. I like how /forgot can be optionally linked to from /login with a simple config flag and I would want the same thing for this.

from express-stormpath.

rdegges avatar rdegges commented on July 4, 2024

So I just implemented this in the development branch. Going to finish cleaning it up and push a new release tomorrow with this included by default. The way it'll work is pretty simple:

On the login page you'll see a new link (like forgot password?) for resending your verification email if you have account verification enabled.

from express-stormpath.

rdegges avatar rdegges commented on July 4, 2024

Ok, this feature is now fully merged in and released. If you upgrade to the new 0.6.6 release this will be automatically turned on if you have enableAccountVerification: true in your settings.

from express-stormpath.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.