# We cannot detect if your account was created, please ensure you have cookies enabled

**URL:** https://meta.discourse.org/t/we-cannot-detect-if-your-account-was-created-please-ensure-you-have-cookies-enabled/109626
**Category:** Support
**Created:** [2월 20, 2019, 8:19오전 UTC](https://meta.discourse.org/t/we-cannot-detect-if-your-account-was-created-please-ensure-you-have-cookies-enabled/109626 "2019-02-20T08:19:00Z")
**Posts on this page:** 1
**Showing post:** 22

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [6월 25, 2019, 12:35오전 UTC](https://meta.discourse.org/t/we-cannot-detect-if-your-account-was-created-please-ensure-you-have-cookies-enabled/109626/22 "2019-06-25T00:35:19Z")

</div>

My general fix for this is to add `autocomplete: discourse` but I don’t think this is correct in this case.

This is actually not exactly the same as this broken chrome behavior: [https://bugs.chromium.org/p/chromium/issues/detail?id=587466](https://bugs.chromium.org/p/chromium/issues/detail?id=587466)

Somehow, some extension is adding text to `new-account-challenge` after we **explicitly** set it from here: [discourse/app/assets/javascripts/discourse/controllers/create-account.js.es6 at 6de254f64263d7e3cc223404348c03e23c85d904 · discourse/discourse · GitHub](https://github.com/discourse/discourse/blob/6de254f64263d7e3cc223404348c03e23c85d904/app/assets/javascripts/discourse/controllers/create-account.js.es6#L196-L199)

This is clearly bad browser extension behavior to me. Why is it touching an `INPUT` after it already has text in it?

I am not sure there is anything we can do here short of isolate what browser extension is causing this and raising an issue with the authors of said extension.

---

_[View the full topic](https://meta.discourse.org/t/we-cannot-detect-if-your-account-was-created-please-ensure-you-have-cookies-enabled/109626)._
