• Registration PW

    From Aaron Thomas@1:229/2 to All on Sunday, March 01, 2020 00:58:30
    From: nospam.Aaron.Thomas@f426.n229.z1.binkp.net

    During the new user registration, I'm looking for a way to accomplish a couple things regarding password creation.

    1) I want to show the password instead of masking it.

    I tried adjusting the settings for "Password Echo" by leaving "Key" and "Ascii Number" blank, but that doesn't do the trick.

    2) I want to bypass the password-confirmation input. ("Please re-enter your password.")

    To do that, I thought I'd create an MPL (to use in place of the prompt) that would copy the user-submitted password string into the input for the "Re-Enter to Verify" prompt. However, I suppose I would need the variable name for the first password string, and the variable name of the second password string ("Re-Enter to Verify:")

    Then, I would include those variables in an MPL script like this:
    passTwo == passOne

    Is this possible? Are those variable names off limits to me? If so, it's all good, but if this can work as easily as I think it would, please let me know.

    Thanks.

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)
  • From Aaron Thomas@1:229/2 to All on Sunday, March 01, 2020 22:36:36
    From: nospam.Aaron.Thomas@f426.n229.z1.binkp.net

    In order to do this kind of thing you'd have to write your own script (see apply_sample.mps that comes in the default installation).

    I didn't know about this file until now. I'm going to work on it.

    Thank you!

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)
  • From g00r00@1:229/2 to All on Sunday, March 01, 2020 14:58:12
    From: nospam.g00r00@f215.n129.z1.binkp.net

    During the new user registration, I'm looking for a way to accomplish a couple things regarding password creation.

    1) I want to show the password instead of masking it.

    In order to do this kind of thing you'd have to write your own script (see apply_sample.mps that comes in the default installation).

    This is not something I am interesting in adding directly, as security of password is a concern for a lot of people (and the reason why Mystic never stores passwords but instead uses variable iteration 512-bit PBKDF2 hashes)

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)