Git Product home page Git Product logo

ndb_users's Issues

Bypass "Account Activated" message

Allow the "Account Activated" message to be bypassed and automatically redirect when a continue URL is specified.

This will:

  • Prevent inconsistent UI from appearing to users
  • Take the users directly to the continue URL

Handle Bounced emails

Handle bounced account activation and password recovery emails.

What should be done with them????

Options:

  • Delete account?
  • Ban account/email?
  • Notify user?
  • Do nothing except wait X time period to send again?

JSON POST login.json returns malformed JSON

When incorrect credentials are supplied (trying to return login_fail=True), a malformed JSON string will be returned.

Solution: add return None after writing out the response JSON.

JSON API

Create JSON API where users can login/logout and perform other account actions via JSON requests.

Forgot Password

Let users request a password recovery email when they've forgotten their passwords.

Rename create_password_reset_url()

Rename user.create_password_reset_url() to create_password_forgot_url() to be more consistent with "forgot", "reset", and "recovery" referenced in #1.

Don't reveal that User is found in password forgot

Don't reveal that a User's email address is found/not found in the password forgot mechanism. This, coupled with the login, could yield hints about which email addresses have accounts (something that we hide in the login mechanism by not saying if the email address is not found or the password is incorrect).

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.