TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

I can't paste a password into the form

2 点作者 OOvsuOO超过 2 年前

2 条评论

OOvsuOO超过 2 年前
This site won&#x27;t let me paste my password when I create the account. Forcing me to manually type a complex password which is stronger.<p>Note* for the second pw field it is disabled.<p>Any solutions to this?
评论 #34111098 未加载
anenefan超过 2 年前
Yeah how droll sites do this but it&#x27;s just means you might not simply copy and paste the wrong key text ... which can happen like an unintentional full stop.<p><a href="https:&#x2F;&#x2F;dev.to&#x2F;clairecodes&#x2F;how-to-prevent-pasting-into-input-fields-nn" rel="nofollow">https:&#x2F;&#x2F;dev.to&#x2F;clairecodes&#x2F;how-to-prevent-pasting-into-input...</a><p>The work around is using something like autohotkey, write a script to ask for password (rather than just write a script to input the password direct) and then as far as the site can tell, you will be manually inputting it into form.<p>Oh a note, the linked form, the first password entry readily accepts a paste.