Features

The main Features are:

  •  Define your own Tree structure of Folders,
  •  Define the users Roles you want. Each Role allows access to specific Folders,
  •  Associate each user to specific Roles, and customize the groups access,
  •  Create the matrix traceability for Roles vs Folders,
  •  Audit trail on passwords and users access,
  •  Clipboard copy of password and login for quick utilization,
  •  Define minimal password complexity for each Folder,
  •  Auto log-off system when session is over,
  •  Deploy a strategy for “renewal passwords”,
  •  Associate files, images to passwords,
  •  Passwords can be restricted to a set of users,
  •  Notify users by email,
  •  Use Tags to classify the passwords,
  •  Directly import your passwords from KeePass,
  •  Backup and restore your database,
  •  Users can create personal passwords,
  •  Authentication through a LDAP server,
  • … and many other!

Technical features:

  • Database is encoded using UTF-8 charset,
  • All passwords are encrypted in database,
  • Encryption of passwords is associated to a random key,
  • All items data exchanges are encrypted throught AES-256 algoritm,
  • Using JSON format through jQuery and Ajax,
  • Theming managed through jQueryUI.
Leave a comment ?

26 Comments.

  1. I’m interested if anyone performed a Security/Penetration testing of the application?
    thanks

  2. could you please provide some guidance on how to import a CSV/KeePass file ?
    On FireFox the browse button is not displayed, in IE9 I can’t logon, in Chrome seems to be working but the import is not working

    thank you

    • Hi Sergiu,
      The Browse button uses Flash, so check if you don’t have any flash blocker.
      There exists a bug in importing that is corrected in next release.
      Nevertheless you should be able to log with IE9 (tested with 32 & 64bits).
      And I’ll improve the guidance for importing ;-)
      Nils

  3. I am trying to run the install.php and answer the following:
    absolute path: /var/www/html/cpassman
    full url: http://10.220.28.168/cpassman

    I never get the ‘next’ button to become available no matter what i put in either field.

    • If you don’t get the NEXT button, it means that server didn’t found a called file. Please take a look to your Apache error logs.
      Try to paste all the files once again and clear your cache.
      Note: you may want the Google Tracker to track your difficulties next time ;-)

  4. I have noticed that when you get into “Password” page.
    The folder structure is automatically expanded can there be a feature / option to disable that and search function does not seem to work. Would be nice to type in folder name and have scrollbar jump to it. Over all great software! :)

    • Yes it could exists but until now I never been able to activate this option … I’m still working on it.
      For the search … I’ll correct that.

      Thank you

  5. Great tool :)
    Thanks for all the hard work you put in to develope this under GPL.
    One thing I noticed is that if one has a lot of folders and subfolders the default settings is to expand them all, can there be an option to disable that also when searching for folders lets say we have 20 folders with some subfolders, the scrollbar will not move the identified folder. This is really frustrating would be a great fix when you have time.

    Many Thanks

    Alex

  6. Hi….

    Very nice tool and I think that, as it is open-source, I will install it for my team.
    Just one question about the export … Is it possible to export all my passwords in a csv file ?
    I have found some informations about the CSV import but not the export.

    Thanks and good continuation.

    Charly.

  7. Hi,

    first of all, I want to thank you for doing all the work and making that very cool tool ;)

    I am using it for myself for a relative long time. But now, I want to deploy it in my Team and therefore I have to do some changes and extension to the tool, for example we need 2-factor auth, support for YubiKey etc.

    If you want, I can provide the changes to you, and maybe you can implement it in the next version? Or is there a “add-in” plan?

    Thanks,
    Sebastian

    • Hi Sebastian,

      Good news!
      Yes of course, I’m very interested in some extensions. You can send me you changes by mail or directly using a branch in Github, as you want.
      Actually I’ve got no plan for any “add-in” but it is a good idea. I’ll think about it.

      Thank you

      Nils

  8. What are the approximate system requirements for this to run? How much memory? How much cpu? What is a best guess at a minimum and recommended configuration for say 10 concurrent users? How much more (approximately) should be allowed for each additional user? Any information is appreciated.

    • Hello Barry,
      I don’t have any precise value to give you. Nevertheless what I can told you is that I’ve set up TP on a vmware vitual computer on VPN network for another project I’m working on with 19 developers worldwide and we don’t have to complain. It is a standard dualcore 2.4gHz with 4Go RAM.
      You know this tool is a very simple one, it will just do the queries when you request something. So in normal situation you don’t use a lot the CPU.
      If you have any more questions, please feel free

  9. I’m testing 2.17… and want to give some feedback :
    1. I got some strange hang ups in safari… all browser windows get blocked and dont work anymore until i close the teampass window.
    2. what i miss is a field for an email. i would mostly use it for internet passwords where you have to register with an email. copy & paste of this would be great too.
    3. really strange is that when i search for an entry (googles symbol) i end up with a list but i cant click an item to get to my password… this is totally strange! whats the purpose of searching then??
    4. question: is 2.17 the newest stable release? (at google code it is 2.11)

  10. Is it possible to print out all data – passwords and etc.?

  11. Clipboard copy of password and login for quick utilization, is not working for me. I have enabled this in settings, still I am not able to copy passwd to clipboard. I am on Linux and PHP5

    —–Ashish

  12. This is an awesome tool!! thanks for all the hard work buddy!!!

    We are moving from keepass to teampass. After exporting the data as XML from keepass, we are not able to upload the file to tempass. I saw one of the user had the same issue, i have also updated my flash but still not able to upload :(. Kindly provide guidance of how to resolve this issue.

    Thank you.

  13. Having a strange problem — I cannot edit entries that I have entered into the tool. I click the edit box [on the right side of the screen], enter a change, click save and nothing happens. No errors show up (neither in the browser nor in the web server error_log). The changes just don’t go through. I can delete the item – just can’t edit it.

    Even as a manager in a particular role, I cannot edit entries.

    What am I missing? This is with version 2.1.8, a new fresh installation.

  14. Is there a list of packages that I need to have installed before I attempt to install this? The only thing I have seen regarding this is your recommendation to use XAMPP for Linux. I would prefer to stick with my native package management.