# 패스키 기능을 비활성화하는 방법은?

**URL:** https://meta.discourse.org/t/how-to-disable-the-passkey-feature/302739
**Category:** Support
**Tags:** passkey
**Created:** [4월 7, 2024, 2:17오전 UTC](https://meta.discourse.org/t/how-to-disable-the-passkey-feature/302739 "2024-04-07T02:17:02Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [4월 7, 2024, 4:52오전 UTC](https://meta.discourse.org/t/how-to-disable-the-passkey-feature/302739/8 "2024-04-07T04:52:47Z")

</div>

자체 호스팅의 경우, 패스키를 비활성화하려면:

```ruby
launcher enter app
rails c
SiteSetting.enable_passkeys = false

```

호스팅된 경우, CDCK(또는 포럼을 호스팅하는 업체)에 문의하세요.

* * *

패스키 설정:

> [@패스키를 사용한 비밀번호 없는 로그인](https://meta.discourse.org/t/passwordless-login-using-passkeys/285589):
>
> Following up on [Support passwordless login with Passkeys](https://meta.discourse.org/t/support-passwordless-login-with-passkeys/229259) and a few weeks of internal testing, we are happy to announce that support for passkeys has now landed in Discourse. What are passkeys Passkeys are a safer, simpler alternative to using passwords for authentication. Creating and using a passkey is now widely supported across platforms and browsers. Compared to passwords, passkeys have better built-in safety due to strong platform-generated credentials and biometric identity validation (li…

---

_[View the full topic](https://meta.discourse.org/t/how-to-disable-the-passkey-feature/302739)._
