简体   繁体   English

学习残疾用户的用户认证方法

[英]Methods of user authentication for learning disabled users

Apologies if this has been asked before. 抱歉,是否曾经有人问过。

I am currently looking into user authentication methods for learning disabled users with special educational needs. 我目前正在研究用户身份验证方法,以学习有特殊教育需求的残疾用户。 Users will be logging into a mobile app and require authentication due to sensitive family issues. 由于敏感的家庭问题,用户将登录到移动应用程序并需要身份验证。

Are there known best practises for this demographic of user? 是否有针对此受众特征的已知最佳实践? It is very difficult to find anything online in relation to this. 很难找到与此相关的任何在线信息。 I have seen a lot of content for visually and hearing imnpaired users but it is not what I am looking for. 我已经为视力和听力受损的用户看到了很多内容,但这不是我想要的。

Assumptions I DO NOT wish to make: Users already have Facebook or other social media accounts. 我不愿做的假设:用户已经拥有Facebook或其他社交媒体帐户。 Users regularly access an email account. 用户定期访问电子邮件帐户。 Users can remember passwords with existing best practise criteria eg at least one capital letter, one number and one character that is neither a letter or a number. 用户可以记住具有最佳实践标准的密码,例如,至少一个大写字母,一个数字和一个既不是字母也不是数字的字符。 Users will be able to cope with the conventional 'forgot password' process while on the move of accessing their email 用户在访问电子邮件时将能够应付常规的“忘记密码”过程

Has anyone dealt in this area before? 有人在这方面交易过吗? Any ideas or links to blogs, articles or scientific papers would be great. 任何想法或指向博客,文章或科学论文的链接都将很棒。 Any past experienced would also be welcomed. 任何过去的经验也将受到欢迎。

I have come across this site http://disabilitynetwork.org/technology/40-amazing-ipad-apps-for-the-learning-disabled/#.U4R9VfldX6I 我遇到过这个网站http://disabilitynetwork.org/technology/40-amazing-ipad-apps-for-the-learning-disabled/#.U4R9VfldX6I

However, like other search results, it focusses on apps that serve specific disabilities rather than with the specific issues of login for a wide spread of users. 但是,像其他搜索结果一样,它专注于为特定残疾服务的应用程序,而不是针对广泛用户的特定登录问题。

Cheers 干杯

I am currently looking into user authentication methods for learning disabled users with special educational needs 我目前正在研究用户身份验证方法,以学习有特殊教育需求的残疾用户

First you need to clarify the last few words above, because it can be read as "I wanted to make sure that readers knew that people with learning disabilities had needs that often get over looked" or "I know that some sub-group of my users have specific needs." 首先,您需要弄清上面的最后几句话,因为它可以理解为“我想确保读者知道学习障碍者的需求经常被忽视”或“我知道我的某些亚组用户有特定需求。”

If it is the first, I'd recommend editing it out to avoid confusion. 如果是第一个,我建议将其编辑掉以避免混淆。 Hopefully only people that know what they're saying would reply and/or you would know when smoke is being blown. 希望只有知道他们在说什么的人才能答复和/或您知道何时吹出烟雾。

If it is the second, please edit the question to include the unique needs. 如果是第二个,请编辑问题以包括独特的需求。 There may be an academic paper out there, but most are behind paywalls. 那里可能有一篇学术论文,但大多数都在收费壁垒后面。

That being said, you should use best practices: 话虽如此,您应该使用最佳做法:

  • clearly define what is required 明确定义所需条件
  • use label tags with form elements 将标签标签与表单元素一起使用
  • it may be a good idea to use text fields instead of password type, so people don't have to second-guess themselves - or to allow users to show the pw. 使用文本字段代替密码类型可能是个好主意,这样人们就不必再去猜测了-或允许用户显示密码。
  • use a clean UI, no flashy stuff. 使用干净的用户界面,不要使用浮华的东西。 Use consistent look/feel. 使用一致的外观。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何包括是否为 Springboot 用户身份验证启用用户帐户 - How to include include whether users account enabled for Springboot User authentication 为什么JConsole上的某些方法被禁用 - Why are some methods on the JConsole disabled Firebase检查用户是否被禁用 - Firebase check if user is disabled 如何在没有用户身份验证的情况下实现ilike Facebook系统,又如何防止用户作弊? - How to implement a ilike Facebook system without user authentication and still prevent users from cheating? Java - 在文本挖掘中实现机器学习方法 - Java - Implementing Machine Learning methods on text mining 同一租户中多个用户的 azure 身份验证导致问题。 当我以第二个用户身份登录时,第一个用户的数据持续存在 - azure authentication of multiple users in same tenant cause issue. first user's data is persisting when i login as second user 禁用JavaScript的用户可以访问GWT吗? - Can GWT be made accessible for users with JavaScript disabled? 535 5.7.139 身份验证不成功,为租户禁用 SmtpClientAuthentication - 535 5.7.139 Authentication unsuccessful, SmtpClientAuthentication is disabled for the Tenant 用户帐户被禁用 - Spring 安全 - User account is disabled - Spring Security 界面中的阻塞方法供用户使用 - Block methods in interface for users usage
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM