02-08-2016, 07:13 PM
That wouldn't be too bad. I think the best thing to do would be to add another table to the database for the rest of the things you want to store about the user. Maybe a profile table. The first column would be the id. Second would be user_id and everything else would be the other info you want to know. This way you could be sure that other updates would't break your features. Then I could talk you through writing that page... or I might just include the ability in UserSpice itself. If that's something you're seriously interested in, let me know.