Add an ability not to reset passwords of existing users in clones (#215)

Description

By default, in addition to creating a new user with administrative privileges, Database Lab Engine resets passwords for all existing users in clones.

Add a new configuration option to avoid passwords resetting and have the ability for existing users to log in with old passwords.

Example

provision: 
  keepUserPasswords: true

Related issue

#215 (closed)

Checklist

  • the MR description has been reviewed
  • this MR contains text changes and they have been reviewed OR there are no texts changes
  • this MR contains GUI/CLI changes and they have been reviewed OR there are no GUI/CLI changes
  • this MR contains API changes, specifications reflect those changes and they have been reviewed OR there are no API changes
Edited by Artyom Kartasov

Merge request reports

Loading