KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: showluo on July 26, 2012, 08:33:46 am

Title: How to customize login?
Post by: showluo on July 26, 2012, 08:33:46 am
Is there a way for users to just enter a username instead of using email to register?
If the username were to be in some special characters, such as korean or chinese characters, possible?
Title: Re: How to customize login?
Post by: ming on July 27, 2012, 08:17:53 am
Yes, you can do that under some circumstances, but how would you send the user emails (order confirmations etc.) if you don't have the email address?

Special Characters?  No problem at all.
Title: Re: How to customize login?
Post by: showluo on August 01, 2012, 06:19:52 am
Ok. Actually my objective is to allow SQL injection to take place. Any idea how i can write the methods out?
Is there like parameterized queries somewhere in the jar files that i can edit the SQL statement or something?
Been asking my friends about this but all to no valid.