Script or template to generate multiple logins at once?
Hi
Is there a method to generate multiple logins at once? I frequently create virtual hosts. Each host needs around 6 different user accounts ie
Linode manager login
root password
ssh login user password
mysql root password
mysql user password
What i'd like to do is be able to run a script, enter a name 'newserverblah' and then have a folder called newserverblah created in 1Password containing the 5 different logins with generated passwords, named newserverblah.
Is it possible via Applescript or some sort of templating?
Cheers
greg.
1Password Version: 5.3
Extension Version: Not Provided
OS Version: 10.10.5
Sync Type: iCloud
Comments
-
I can think of a way to generate a 1PIF file that contains the entries, and it can be imported into your 1Password. However, there is no mechanism to gain access to 1Password's password generator. The passwords could be generated from some other means, however.
The Folders could be created, however, there is also no mechanism to detect existing folder names, so duplicate folder names are possible.
Would that work?
0 -
You're welcome. What I was thinking was either using an existing converter where you feed it some simple CSV that contains a generated password, or create a new one that does this specifically.
The nice thing about using the existing converter is that you don't have to learn about the internals of the 1PIF format. It can handle the custom field generation (we'd need a new converter for your purposes - easy enough for simple Logins), and it will handle the Folder creation.
0