List of usernames and passwords

Where is a list of all users username's and passwords for my elgg site? I use 1.8 if that might help

  • Your list of Elgg users is in your "users_entity" table. The best way of making a single sign on working is as Kevin suggested, Share the cookies. Or you can try including the elgg engine and login your user to the 2nd system if he is logged in to elgg. If you are having a knowledge of Elgg API and PHP, you can easily achieve it else it will be a difficult task