• Default Regular Expression for the ID

    By Keith Strickland 2 decades ago

    The default regular expression in the Database Configuration document for the ID is (D{3}d{4})$. This does not validate even if the user is inputting the correct sequence of characters (3 letters followed by 4 numbers i.e. abc1234). Change the regular expression to read (D{3}\d{4})$



    This will correct the issue. The default value will be corrected in version 1.3.1