lowlow Posted December 9, 2009 Share Posted December 9, 2009 Hi all, What I was looking for before was a multi-user password manager, web-based! The offer of free or cheap tools of this kind is very pover. Or they are too complex (or too expensive) I'm not -really- a web programmer but I now decided to set up a (php) website with login and based on this login people can see various passwords. Maybe the best option is to save all the users+their passwords and the actual passwords in a mysql database and the users can be divided in groups (like programmers, mgnt, admins,...) Based on their group users are redirected to a specific webpage, like mgnt_passwords.php etc... I would be very pleased if someone could provide me the code for this. This can be very standard code with somehow the same functionality. What I already have is a container with apache2, php5, mysql installed and an empty mysql database. Thanks in advance !! Link to comment https://forums.phpfreaks.com/topic/184573-webpage-with-simple-login-mysql-db/ Share on other sites More sharing options...
atomicrabbit Posted December 10, 2009 Share Posted December 10, 2009 I know you've already seemed to have started programming this project, but have you seen the open source web interface that was created for the open source project KeePass?: WebKeePass Keepass is an extremely robust password manager. I haven't tried WebKeePass yet, but if it stays true to KeePass, I'm sure it's excellent. I actually didn't know the web interface existed until I searched for it just now, so I may be trying it out myself. Link to comment https://forums.phpfreaks.com/topic/184573-webpage-with-simple-login-mysql-db/#findComment-974427 Share on other sites More sharing options...
lowlow Posted December 10, 2009 Author Share Posted December 10, 2009 I know you've already seemed to have started programming this project, but have you seen the open source web interface that was created for the open source project KeePass?: WebKeePass Keepass is an extremely robust password manager. I haven't tried WebKeePass yet, but if it stays true to KeePass, I'm sure it's excellent. I actually didn't know the web interface existed until I searched for it just now, so I may be trying it out myself. Thanks for your reply but I tried that and found it too sluggish (with which I mean slow, java plugins needed etc) Also I could not log in, installation worked but as I came to the home screen and used the credentials I gave in the setup (100% correct) I could not log in! So therefore I wanted to switch to something lighter, php-website (see above) thanks Link to comment https://forums.phpfreaks.com/topic/184573-webpage-with-simple-login-mysql-db/#findComment-974692 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.