Just giving you a friendly remind to update the the latest version of the language pack in the other thread.
If you notice any missing strings or so, just let me know and I’ll fix it. If I notice anything missing/wrong I’ll make sure to reupload the language files for you.
Got an issue regarding when I try to reply back to a message, when I send a message back, I dont get anything in the inbox, email, or on the phone (all options are yes in user config).
Hey there again! Been a while, the schools finally seem prepared to take use of the system, so we’ll start testing with it asap.
I got one problem though, at the current moment, at least until I can find a better solution I’m generating passwords based on the users usename and a number (while prompting the users to change the password on their own).
I got one problem though, I don’t seem to be able to log in with this user information. If I log in as an administrator, and then log in as a user through the manage users and change the password from the interface(even to the same password that’s got written into the database with the script), I’m able to log in. Does this have something to do with the current generation of passwords being in plain text (this is obviously a security flaw, still in the testing phase)?
What kind of encryption do you use? Is it default md5? Not at work at the moment, but if that’s the case, I should be able to just do md5($password); to get the password with proper cryptation.