Hi Guys,
I am looking for some help on how to create a login and register system to work with my Construct 2 mobile application. This system will be exactly like most modern apps on your mobile today that require you to signup and login.
I have webspace and the ability to setup a mySQL database. The database for now will hold email, full name and password.
I have no idea about AJAX and ASP.NET, I do however have very basic knowledge of PHP scripting.
I am looking for users to be able to sign up with the following information, full name, email address and a password. I then want a unique token sent to the email address they signed up with to confirm it is a legitimate and working email address. Once the email address is verified via a unique token that is emailed to them I then want the ability for a 'back end' system where an admin can log in and be able to see all the users that have signed up and have the ability to click on a name to either ban/kick a user.
If I could get any information on where to start with this, I have no idea how to program in ASP.NET, I did read somewhere that there are a bunch of supported languages for ASP.NET (JavaScript, C#, Visual Basic), I am happy to put the time in to learn this but just want to know where to start as most of the tutorials I've seen only cover this kind of subject for a website, I am looking to do this specifically for mobile devices.