[CLOSED] PasswordMask. Disable all validation. Only use Mac style :)

  1. #1

    [CLOSED] PasswordMask. Disable all validation. Only use Mac style :)

    Hi guys

    How can i disable all validation ? I would like to use the passwordmask only for the nice mac style typing..

    Martin
    Last edited by Daniil; Sep 25, 2013 at 5:26 AM. Reason: [CLOSED]
  2. #2
    Just set AcceptRate="0" for PasswordMask plugin
  3. #3
    Quote Originally Posted by Vladimir View Post
    Just set AcceptRate="0" for PasswordMask plugin
    Great,

    Thanks Vlad !

    I was wondering if it's possible to give some more password mask examples on your example page. It's quite difficult now to find out the possibilities


    Martin
  4. #4
    I was wondering if it's possible to give some more password mask examples on your example page.
    Can you provide more details about what exactly examples do you need?
  5. #5
    Quote Originally Posted by Vladimir View Post
    Can you provide more details about what exactly examples do you need?

    For example:

    Password with minimum 1 uppercase, 1 number and 1 special character (!?#$) and minimum password lenght 8

    Also. Can you use the mask if you populate the textfield with (for example) a value for a database? Currently the text is visible when populated from database en the mask is only used when entering a new value

    Martin
    Last edited by CarWise; Sep 17, 2013 at 12:00 PM.
  6. #6
    Quote Originally Posted by CarWise View Post
    Password with minimum 1 uppercase, 1 number and 1 special character (!?#$) and minimum password lenght 8
    Thank you for the suggestion. We will consider it.

    Quote Originally Posted by CarWise View Post
    Also. Can you use the mask if you populate the textfield with (for example) a value for a database? Currently the text is visible when populated from database en the mask is only used when entering a new value
    I would expect a mask should be applied on an initial value. So, we are investigating.
  7. #7
    Also. Can you use the mask if you populate the textfield with (for example) a value for a database? Currently the text is visible when populated from database en the mask is only used when entering a new value
    Thanks for the report. Fixed in SVN

    Password with minimum 1 uppercase, 1 number and 1 special character (!?#$) and minimum password lenght 8
    Just set the following properties for PasswordMask plugin
    Pattern="abcdef1!" StrictPassword="true"
    "abcdef1!" means that password must have 8 chars atleast (pattern.length), 5 chars from letters group, 1 char from digit group and 1 char from symbols group

    Here is groups chars
    chars: {        
            digits: "1234567890",
            letters: "abcdefghijklmnopqrstuvwxyz",
            lettersUp: "ABCDEFGHIJKLMNOPQRSTUVWXYZ",
            symbols: "@#$%^&*()-_=+[]{};:<>/?!"
        },
    You can add own chars group (Chars property), don't forget to add message for own group to messages, like
    digits: "digits",
            letters: "letters",
            lettersUp: "letters in UPPER case",
            symbols: "symbols",
  8. #8
    Quote Originally Posted by Vladimir View Post
    Thanks for the report. Fixed in SVN


    Just set the following properties for PasswordMask plugin
    Pattern="abcdef1!" StrictPassword="true"
    "abcdef1!" means that password must have 8 chars atleast (pattern.length), 5 chars from letters group, 1 char from digit group and 1 char from symbols group

    Here is groups chars
    chars: {        
            digits: "1234567890",
            letters: "abcdefghijklmnopqrstuvwxyz",
            lettersUp: "ABCDEFGHIJKLMNOPQRSTUVWXYZ",
            symbols: "@#$%^&*()-_=+[]{};:<>/?!"
        },
    You can add own chars group (Chars property), don't forget to add message for own group to messages, like
    digits: "digits",
            letters: "letters",
            lettersUp: "letters in UPPER case",
            symbols: "symbols",
    Thanks for all the info Vlad !

    Keep up the good work !

    Martin

Similar Threads

  1. [CLOSED] PasswordMask information
    By CarWise in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Sep 12, 2013, 11:32 AM
  2. Replies: 2
    Last Post: Jul 11, 2012, 5:18 PM
  3. [CLOSED] Disable Validation Tooltip in DateField
    By softmachine2011 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 02, 2012, 1:52 PM
  4. [CLOSED] Item disable style stopped working
    By supera in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Jan 24, 2012, 6:51 AM
  5. [CLOSED] Apply EXT validation Style on HTML controls.
    By farisqadadeh in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Nov 03, 2011, 11:39 PM

Tags for this Thread

Posting Permissions