• Registration PW

    From Aaron Thomas@1:229/426 to All on Sun Mar 1 00:58:30 2020
    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.

    --- Renegade vY2Ka2
    * Origin: Joey, do you like movies about gladiators? (1:229/426)
  • From g00r00@1:129/215 to Aaron Thomas on Sun Mar 1 14:58:12 2020
    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)

    --- Mystic BBS v1.12 A46 2020/03/01 (Windows/64)
    * Origin: Sector 7 (1:129/215)
  • From Aaron Thomas@1:229/426 to G00R00 on Sun Mar 1 22:36:36 2020
    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!

    --- Renegade vY2Ka2
    * Origin: Joey, do you like movies about gladiators? (1:229/426)