Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
4 years agoWhere is the password generator?
The password generator used to have a right click option on the 1Password notification tray icon. This was useful as an IT admin having to constantly generate passwords fast.
I am not sure why it ...
MrC
4 years agoSuper Contributor
@LoopVogel
Just an FYI: The shells don't care about what characters are in your passwords. Rather, each shell has a set of meta-characters that must be properly escaped / quoted to protect them from being interpreted by the shell. Other characters that would be problematic without proper quoting, would be semicolon, dollar sign, single-, double-, or back-quote, vertical bar (pipe), and possibly asterisk and a few others depending on context. Proper quoting is up to any script writer interpreting user or program input and using it in such a way that the shell is interpreting such data.