teampass

I’ve setup teampass, it may be the tool I need for a central password database where I work. There is a bug in the latest version, I noticed stuff like

*213 FastCGI sent in stderr: “PHP Notice: Undefined index: notification in /items.queries.php on line 942”

in the nginx error log. The solution is to do a :

ALTER TABLE teampass_items ADD notification VARCHAR(250) DEFAULT NULL;

in the teampass mysql db.

Got that from /github.com/nilsteampassnet/TeamPass/issues/130 .

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.