Source of: /ADI/auth-db-sessions/signup_success.html

  <html>
  <head>
   <title> Registration Complete </title>
   <meta http-equiv="refresh" content="10; url=login.html" />
  </head>
  <body>
 
   <!-- BEGIN MESSAGE  -->
 
  <p><strong>User registration successful!</strong></p>
  <p>Your userid {USERID} and password {PASSWORD} have been emailed to the email address
     you just provided in your registration form. If you are not redirected to the Login page in the next 10 seconds,
     click <a href="login.html">here</a>.</p>
    
     <!-- END MESSAGE  -->
  </body>
  </html>