mozilla / login.webmaker.org

Login service for Webmaker.org
https://login.webmaker.org
Mozilla Public License 2.0
33 stars 62 forks source link

allows consecutive new users to sign up within a single tool #151

Closed Pomax closed 11 years ago

Pomax commented 11 years ago

this fix forces the new user form to always be rebuilt from scratch, instead of reusing it if it had already been built once (because we bake in the user's email address when it gets built, and reusing it means the form gets submitted with the wrong user email address).

also renamed the "newMaker" function because we had two functions doing very different things, with the same name.