-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160
Adam Douglas wrote: | Hi everyone. I'm at the point now where I require to move my current web | accounts from MySQL into Midgard. The only field in MySQL that would | possibly be an issue is the password as it is encrypted using encrypt(). | How would I go about moving these records over to Midgard? I would | assume an loop but I just need a sense of direction to go, I have no | idea where to begin. |
encrypt is unix crypt right ? in this case we can spare the old passwords (otherwise you need to generate new ones and email them to users), I would do this in two phases:
1) create a CSV (or similar) with user data and a PHP script to import the data to Midgard trough Midgard API (I would not go directly to MySQL, it's too easy to miss something and mucked up relations make a broken installation) 2) change the passwords set at import time directly in mysql to the old crypted ones.
| | Also I need to setup the security model that Midgard uses for my web | site. I want to have a link of my site that would send the user into the | secure section of the web site with SSL. What do I need to do to do | this? I also would assume that I would require to setup ViewerGroups as | well which I'm not sure where to begin here either. Again I just need a | direction someone could point me in to read material or to explain to me | what to do. |
SSL itself is "simple", you create a host with port 443 (or 0 if you wish to use the same host for http and https), otherwise it's the same normal apache SSL setup.
Viewergroups etc should be explained by someone who's better at that. but basically you create some groups and then in component configuration set which groups can access the data.
/Rambo -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-nr2 (Windows 2000) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCJql4i7iLtQbxbW8RA9ooAJ9QRIezKCpeCOJDkIJSRcVT/0xmsgCfQRy+ uruCZBM/3sT7ewAjy9o86YE= =EWEc -----END PGP SIGNATURE-----
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
