mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Mark password property as obsolete
This commit is contained in:
parent
95ab603a40
commit
5b0dc21c64
@ -1,4 +1,6 @@
|
|||||||
namespace Jellyfin.Api.Models.UserDtos
|
using System;
|
||||||
|
|
||||||
|
namespace Jellyfin.Api.Models.UserDtos
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The authenticate user by name request body.
|
/// The authenticate user by name request body.
|
||||||
@ -18,6 +20,7 @@
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the sha1-hashed password.
|
/// Gets or sets the sha1-hashed password.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[Obsolete("Send password using pw field")]
|
||||||
public string? Password { get; set; }
|
public string? Password { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user