You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A default admin user should be created when the system is first deployed. The pin can be something simple like password or admin (similar to how a lot of internet routers are set up).
The system user can go in and update the user's name and pin.
A default
admin
user should be created when the system is first deployed. The pin can be something simple likepassword
oradmin
(similar to how a lot of internet routers are set up).The system user can go in and update the user's name and pin.
This can likely be implemented using a
AWS::CloudFormation::CustomResource
that performs a putItem on the user dynamodb table.The text was updated successfully, but these errors were encountered: