Is it possible to import users into 68 Classifieds? I have a spreadsheet of 1,500 users that I want to add to the site without having add each user one by one through the admin. Is there a way to do this and how would you do it? It appears that the password is encrypted in the database.
There isn't anything that is built into the 68 Software script to do this. Yes, the passwords are encrypted before being saved into the database (This is a security feature!). If you know php, it shouldn't be difficult to write a little php script that could import your list of people, hash the passwords and save it to the database table. Your list of users would have to have at least a username, password and email for each of the users.