Login and signup system

Hi, as stated in the category, I’m a newbie at coding and solar2d.

I intend to make a login and signup system, I already have the text fields needed for them but lack the knowledge to save the text data in the text fields on button press (login/signup button) and then access the same data when logging in.

Any form of help such as guides, wiki links, or videos will be appreciated

Assuming you’re referring to local data then you can just grab the text from the text fields, put them in a table, and save them as JSON data: