Remy Bertot
Remy Bertot
Removing `ss-hidden` seems to solve the issue. ``` .ss-hidden { display: none; } ```
@pblajev thanks for the suggestion. I'm not sure how would that "download all encrypted password" be different than say running a mysql_dump, can you elaborate on the format that you...
Hello @thorleifjaocbsen, This behavior is intentional. Indeed when the browser is closed or the screen is inactive for sometime passbolt will not continue extending the session. We might introduce more...
@burasuk no update at the moment, we're working on other features, but we'll tackle it at some point.
Hi @GotenXiao, I'm not familiar with this other extension, can you provide more details about what you mean by: "Passbolt is not correctly contained into a container tab.". Is it...
@GotenXiao yes I checked the page you linked. I'm just not understanding what you expect to happen with the sentence: "Passbolt is not correctly contained into a container tab." Passbolt...
@GotenXiao I think what you expect is that there should be one passbolt storage and config running for each of the environment as defined per the information contained in another...
Hello @dr4Ke, The cookie management is actually handled by the browser itself, as a typical request from the extension looks like this: ``` const fetchOptions = { method: 'POST', credentials:...
@SergiuEnachi I'll have a look shortly
@rgpublic the last time I checked I couldn't find what was causing the issue. While I can reproduce the issue, I didn't manage to identify the root cause. Initially I...