Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Naked Password

RajioRajio
edited February 2011 in Vanilla 2.0 - 2.8
How tough would it be to implement this?
http://www.nakedpassword.com/

Comments

  • This is Javascript only, so add to theme or plugin :-)

    Stronger passwords are not better. As you'll be losing people who simply forgot their "very good" password.
  • RajioRajio
    edited February 2011
    well it wouldnt DEMAND they have a stronger password, it would just 'encourage' them. otherwise i agree.

    and thanks.

    Now if only somebody would make a plugin....
  • bump. Anybody want to make a vanilla addon for this? (I'm only asking because it doesnt look like it would take too long for someone who knows PHP)
  • edited June 2011
    I'm on it! Will be my first plugin for Vanilla.
    bump. Anybody want to make a vanilla addon for this? (I'm only asking because it doesnt look like it would take too long for someone who knows PHP)
  • ToddTodd Chief Product Officer Vanilla Staff
    I'd recommend using $('#Form_Password').live(...) for this since passwords can be ajaxed in.
  • edited June 2011
    @Todd, this is my first time ever developing any sort of plugin. Would you mind giving me a hand? I have a couple of questions about constants for example.

    For instance: I can't find a constant for the main url in the conf/constants.php. Is there one?
  • ToddTodd Chief Product Officer Vanilla Staff
    The main url of the site? You can grab that by calling Url('/') or Url('/', TRUE).
Sign In or Register to comment.