http://localhost:8080/virtualcollege/db_connections/authenticate_user/
<dtml-var standard_html_header>
<h2><dtml-var title_or_id> <dtml-var document_title></h2>
<dtml-if expr="python_scripts.authenticate(userID=userid, pin=pin)">
<dtml-call "RESPONSE.setCookie('current_user', userid)">
<dtml-call "RESPONSE.redirect('admissions/online_registration/step_1_html')">
<p>Authentication Failed <html>
<a href="admissions/online_registration/index_html">
Try again</a></p>
</dtml-if>
<p></p>
<dtml-var standard_html_footer>
|