X-Git-Url: http://git.pjr.cc/?p=gwvp.git;a=blobdiff_plain;f=gwvplib%2Fgwvpauth.php;fp=gwvplib%2Fgwvpauth.php;h=27afec89096083a915b67517505c1e313cdbcc0b;hp=0000000000000000000000000000000000000000;hb=8f714681f0b8452e97c1d4eeb02262f1ffd3ee7b;hpb=4c20cd2f33699e549a06995d9c5ab1374cceeaee diff --git a/gwvplib/gwvpauth.php b/gwvplib/gwvpauth.php new file mode 100644 index 0000000..27afec8 --- /dev/null +++ b/gwvplib/gwvpauth.php @@ -0,0 +1,91 @@ + +
+ + + + + +
NameYour Full Name
EmailYour Email Address
Nick NameThe Name Used to Refer to you on the site
+
+ Username "; + echo " Passowrd "; + if(gwvp_IsRegistrationEnabled()) echo "Register"; + else echo ""; +} + + +function gwvp_IsRegistrationEnabled() +{ + return true; +} + +// TODO translate info here +function gwvp_GetFullName($login) +{ + return $login; +} +?> \ No newline at end of file