Skip to content

Resolve user creation bug #3

@vtemian

Description

@vtemian

When you create a user, you need to add again the key to it.

user = olite.users.create(name='bob', key_path="~/.ssh/third_rsa.pub")
user.keys.append("~/.ssh/third_rsa.pub")

Which is not fun :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions