cyclestreets / cyclestreets/cyclescape
Email address change should trigger reconfirmation
Nobody has claimed this yet.
- Dominant language
- PLpgSQL
- Stars
- 34
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
We ensure that email address need confirmed when you create an account, but after that you can change them willy-nilly.
devise confirmable now has the relevant options to enable this:
http://rubydoc.info/github/plataformatec/devise/master/Devise/Models/Confirmable
https://github.com/plataformatec/devise/wiki/How-To:-Upgrade-to-Devise-2.0
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Devise Confirmable documentation linked in the issue and inspect the current account email-change flow. Determine how the available reconfirmation options apply here, then verify that changing an email requires confirmation before the new address is accepted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rails, ruby
- Domain
- authentication, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100