Re: [psa-devel] Reset Password
Brought to you by:
koivi
From: Justin K. <ju...@ko...> - 2003-05-27 13:10:34
|
Albert Lash wrote: >>Well, I have updated the config file for a little better explanation. I >>don't think that this is a big deal since if you run the install_db from >>command line like suggested, then all you need to do is point it to any >>directory that you can write to. Using a web browser is when it becomes >>a pain in the arse. > Unfortunately not that many people have the cgi version of php installed. If > they have to load it up in the browser it should still work as long as there > isn't any copying going on and the file is in a webserver accessible > directory which it probably would be since they are going to access the > admin pages. Actually, anyone using Windows will have the cli version installed, and I'm not sure, but the newest php builds the cli version from source by default as well (located in the php-4.3.x/sapi/cli directory). When Metabase parses an XML schema file, it writes a copy of it in order to use it if there are updates run at a later time. This would make it easier to update from previous versions if we change the field types or make other changes. >>Maybe we should concentrate on the documentation for the package to help >>explain how things work and how to get them to work. >> > You're right. I'm horrible at writing docs and usually make things more > complicated than they need to be but will give it a shot when I get a > second. >>OK, I see that the password was changing, but the user kept getting set >>to inactive - if you weren't an admin. I fixed that in the >>user_edit_conection.php script so that should stop happening. > Hmm, for me its not changing at all. I'll update to see if your change fixes > it for me. It had to do with the user not being shown the "activate" checkbox in the form. When the form was posted, it always assumed that it was there, so when the values wasn't set, it deactivated a user any time they tried to update their password. *Note* when sending a reply, bottom post rather than top post, it will keep the natural flow of the conversation. ;) |