Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Web with SIP #77

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions odins_spear/methods/put.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def user_authentication_service(self, user_id: str, new_password: str):
"""Set new SIP Authentication password for a single user.

Args:
user_id (str): Target user ID to reset the web authentication password.
new_password (str): New web authentication password to apply to new user.
user_id (str): Target user ID to reset the SIP authentication password.
new_password (str): New SIP authentication password to apply to new user.

Returns:
None: This method does not return any specific value.
Expand Down