Migrate from local users to cloud users + dictate minimum credentials

Answered

Comments

3 comments

  • Avatar
    Permanently deleted user

    Hello Tuli,
    Thanks for the feedback.

    About the way to migrate local user to the cloud – I agree, it would be useful, but, alas, we currently don't have it in the roadmap. 

    About minimum credential complexity – we already have security requirements for passwords for local and cloud users:

    • Passwords must be at least 8 characters
    • Passwords must contain at least two types of Symbols (e.g. lowercase + uppercase, lowercase + number, lowercase + non-roman symbol)
    • Passwords must not match any of the 1000 most popular passwords (black list updated each release) 

    Is it enough or you'd prefer these requirements to be more strict?

    0
    Comment actions Permalink
  • Avatar
    Tuli Dem

    Hi Aleksandr,
    Thanks for the quick reply.

    I guess I’ll have to manually transition users over. It’ll be a real chore...

    As for the password complexity, I would really prefer if the minimum requirement was 1x uppercase, 1x lowercase, 1x number, 1x special character.

    When giving users access to critical cameras, it’s imperative that they are secure.

    Thank you.

    0
    Comment actions Permalink
  • Avatar
    Tagir Gadelshin

    Tuli Dem
    yep, as Aleksandr mentioned, we don't plan to introduce this feature in the nearest future.


    But for the time being, you can try to make a script, that will use /ec2/getUsers and /ec2/saveUser, also

    /ec2/getAccessRights
    and
    /ec2/setAccessRights

    So you can create full clones of current users using our API, but cloud ones. I think it shouldn’t be so difficult to do it using curl or python.
    0
    Comment actions Permalink

Please sign in to leave a comment.