Enable ONTAP account password access
You can use the security login create command to enable administrator accounts to access an admin or data SVM with a password. You are prompted for the password after you enter the command.
If you are unsure of the access control role that you want to assign to the login account, you can use the security login modify command to add the role later.
Learn more about security login modify in the ONTAP command reference.
You must be a cluster administrator to perform this task.
- 
Enable local administrator accounts to access an SVM using a password:
security login create -vserver SVM_name -user-or-group-name user_or_group_name -application application -authmethod authentication_method -role role -comment commentThe following command enables the cluster administrator account
admin1with the predefinedbackuprole to access the admin SVMengClusterusing a password. You are prompted for the password after you enter the command.cluster1::>security login create -vserver engCluster -user-or-group-name admin1 -application ssh -authmethod password -role backup
Learn more about
security login createin the ONTAP command reference.