Skip to content
This repository has been archived by the owner on Jun 25, 2018. It is now read-only.

Multiple Users #1

Open
geNAZt opened this issue Aug 5, 2013 · 23 comments
Open

Multiple Users #1

geNAZt opened this issue Aug 5, 2013 · 23 comments
Assignees
Milestone

Comments

@geNAZt
Copy link

geNAZt commented Aug 5, 2013

Hi

i saw that you have a Sourceforge Issue on that. We would like to use PPMA to manage all Passwords in our Project. The Problem about this is, that multiple Groups (like Serveradmins which store their SSH Passwords or PR which store Forumpasswords or Facebookaccounts in it). Currently the system does not allow you to use multiple Users.

The Question is: Is it planned to implement ? If not will you take a PR for it ?

@frdmn
Copy link

frdmn commented Aug 5, 2013

+1

@pklink
Copy link
Owner

pklink commented Aug 5, 2013

Hi.

Yep, implementing of multiple users is still planned. At the moment I switch the UI to Bootstrap and Backbone.js. After that I will add the multi-user-support and change to a stronger encryption - that will be the first stable major release. Before that the code base is not consistent and PRs are maybe difficult to apply.

Regards
Pierre

@geNAZt
Copy link
Author

geNAZt commented Aug 6, 2013

Well if i can assist you let me know.

@vince2010091
Copy link

Hi,

Multi user, groups and ldap support would be wonderfull :D

@ghost
Copy link

ghost commented Sep 3, 2013

I can't wait for multi-user support! This ppma project is one-of-a-kind right now; any other PHP password manager I've been able to find is outdated, bad interface, difficult to use, etc.

I wish that it was created in pure PHP rather than created in Yii, because Yii is a very large framework (some 20mb added to the size of this project!) and I'm not trained in the use of frameworks, making it very difficult for me to make any changes to the code for myself. But, once multi-user support (and Bootstrap!) is added, I don't think I'll need to be making any changes anyway.

Keep up the fantastic work!

@yeya
Copy link

yeya commented Jan 12, 2014

Hi - is there any updates here? i will be so happy to see a mutiple uesrs password manager. it is really going to be one of a kind!!!

@pklink
Copy link
Owner

pklink commented Jan 13, 2014

Hi, im working on the new version, but I'm very busy atm. So there are no updates, sorry ,-)

@crossgate9
Copy link
Contributor

Any updates on this issue?

@pklink
Copy link
Owner

pklink commented Mar 14, 2014

Nop

@pumpi
Copy link

pumpi commented Mar 26, 2014

+1

2 similar comments
@fullv2
Copy link

fullv2 commented Aug 27, 2014

+1

@ghost
Copy link

ghost commented Sep 8, 2014

+1

@christianhueser
Copy link

👍
Multi-user support would be great! :-)
Is there any plan, when this will be implemented?

@vince2010091
Copy link

and with LDAP support of course :) ^^

@gggeek
Copy link

gggeek commented Aug 17, 2015

+1 :-)

@maxedrom
Copy link

+1

@yeya
Copy link

yeya commented Sep 12, 2015

Go get ratticDB

בתאריך 22:51, Sat, Sep 12, 2015 מאת maxedrom notifications@github.com:

+1


Reply to this email directly or view it on GitHub
#1 (comment).

@bigfoot90
Copy link

+1

@maxedrom
Copy link

How to install rattic db on Suse11 ?

@aiapo
Copy link

aiapo commented Jan 24, 2016

in phpMyAdmin, insert a user into the users table of your database. Encrypt the password and salt it. then just copy the encryption key file. On IsAdmin, 1 is yes, 0 is no. Granted, you"ll see everyone else's account descriptions, but not the password!

@faxmodem85
Copy link

@aidanappleCO
I've tried to create a new encrypted password using
$options = [ 'cost' => 11, 'salt' => mcrypt_create_iv(22, MCRYPT_DEV_URANDOM), ]; echo password_hash("adminadmin", PASSWORD_BCRYPT, $options)."\n"; ?>
but I don't understand how I generate the encryption key file and how would I then insert it into the DB?
Could someone please elaborate?

Thanks in advance.

Regards,

@aiapo
Copy link

aiapo commented Apr 7, 2016 via email

@faxmodem85
Copy link

@aidanappleCO
Thanks for that, that all made sense to me and I was able to create a new user with your quick fix!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests