I was playing with the new profile code for reg_system.info.cgi and found
another problem. If you read in a profile and then change your mind and
select the "click here" in:
Use Contact from pre-registered .info domain retsiger.com/gshapiro
If you want to create new profile click here
The landrush flag is lost so the new form you are given assumes Sunrise.
Also, as a feature request for the OpenSRS developers, I realize that the
top part of the form says "Use Profile Information from another .info
preregistration" but it would be nice if we could at least pull in the
information from another domain registration and then edit it to fit the
.info requirements on phone number and zip code. You can pull in
information from a non-.info domain currently but not edit it. Maybe if I
get energetic enough this weekend, I'll fix that too (simple matter of
fixing up templates/reg_system.info/add_order.html).
Here is the fix to the landrush lost flag problem:
Index: templates/reg_system.info/add_order.html
===================================================================
RCS file:
/usr/local/src/cvsroot/horsey.gshapiro.net/usr/local/www/retsiger.com/templates/reg_system.info/add_order.html,v
retrieving revision 1.4
diff -u -r1.4 add_order.html
--- templates/reg_system.info/add_order.html 2001/07/06 06:53:58 1.4
+++ templates/reg_system.info/add_order.html 2001/07/07 05:39:20
@@ -49,7 +49,7 @@
<input type="hidden" name="confirm_reg_password" value="<tmpl_var reg_password>">
<br>
<br>
-If you want to create new profile <a href="<TMPL_VAR
CGI>?action=lookup&affiliate_id=<TMPL_VAR affiliate_id>&domain=<tmpl_var
DOMAIN>">click here</a>
+If you want to create new profile <a href="<TMPL_VAR
+CGI>?action=lookup&affiliate_id=<TMPL_VAR affiliate_id>&domain=<tmpl_var
+DOMAIN>&landrush=<tmpl_var landrush>">click here</a>
</TR></TD>