Registration form update
authorniekt0 <niekt0@kyberia.cz>
Sat, 18 Dec 2010 02:26:37 +0000 (03:26 +0100)
committerniekt0 <niekt0@kyberia.cz>
Sat, 18 Dec 2010 02:26:37 +0000 (03:26 +0100)
doc/TODO
wwwroot/inc/eventz/register.inc

index ef30f6ecce874765092f0a798c6f452b8fe4e501..062b57acc5835f14f246e986af07c45444fe7f74 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -4,7 +4,6 @@
   (during registration we should generate GnuPG keypair 
    to user_gpg_prv and user_gpg_pub fields in table users) (harvie)
 
-- Uploading user images works, but resizing? 
 
 - User mail -> can't delete the mails...
   Anyway move whole mail handling out of nodes.php (?)
@@ -28,6 +27,8 @@
 
 - Fix https vs http problem (url) 
 
+- Uploading user images works, but resizing? 
+
 - Suspected security holes:
   ( cron/process-img.sh )
   ( ./inc/eventz/spamuj_ubik.inc )
index 98234878ae17129a1f8b523b08efd08f1c8a2ed4..c9bcff618979072ffd41ace926cc848789bc0ac6 100644 (file)
@@ -40,7 +40,7 @@ function register() {
         return false;\r
     }\r
 \r
-    // registration clause  // XXX hard coded\r
+    // registration clause  // XXX hard coded, registration text\r
     $qr_rc = $db->query('select node_content from nodes where node_id = 791946');\r
     $qr_rc->next();\r
 \r
@@ -66,7 +66,7 @@ function register() {
     $db->query($q); // XXX rewrite\r
     $emailtext = sprintf(\r
 'Vitaj %s! Prave som sa s radostou dozvedel, ze si vyplnil(a)\r
-registracny formular na stranke kyberia.sk a chces sa stat\r
+registracny formular na stranke '.SYSTEM_URL.' a chces sa stat\r
 clenom tejto komunity.\r
 Budem sa snazit urobit tento pokec trosku dlhsi,\r
 lebo v povodnej kratkej forme ho pohlcuju spamfiltre, takze\r
@@ -74,7 +74,7 @@ ospravedln nasledujuce blabla a moj typicky atypicky zmysel
 pre cierny humor, kedze sluzi ku dobrej veci :)\r
 Pri registracii ti bol prideleny verifikacny kod.\r
 Ten kod znie "%s" [bez uvodzoviek].\r
-Ten musis zadat na adresu https://kyberia.sk/id/1976899/, kde \r
+Ten musis zadat na adresu '.SYSTEM_URL.'/id/1976899/, kde \r
 vyplnis formular s tvojim nickom a verifkacnym kodom.\r
 Od tej chvile bude tvoja ziadost volne pristupna\r
 uz zaregistrovanym clenom, ktori o nej budu hlasovat.\r
This page took 0.118085 seconds and 4 git commands to generate.