You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/07/01 15:04:00 UTC

[jira] [Commented] (KYLIN-4576) add some hint of password length

    [ https://issues.apache.org/jira/browse/KYLIN-4576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149501#comment-17149501 ] 

ASF GitHub Bot commented on KYLIN-4576:
---------------------------------------

coveralls edited a comment on pull request #1270:
URL: https://github.com/apache/kylin/pull/1270#issuecomment-645153085


   ## Pull Request Test Coverage Report for [Build 6092](https://coveralls.io/builds/31801892)
   
   * **0** of **0**   changed or added relevant lines in **0** files are covered.
   * **4** unchanged lines in **2** files lost coverage.
   * Overall coverage increased (+**0.01%**) to **27.985%**
   
   ---
   
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-----|--------------|--: |
   | [tool/src/main/java/org/apache/kylin/tool/query/ProbabilityGenerator.java](https://coveralls.io/builds/31801892/source?filename=tool%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Ftool%2Fquery%2FProbabilityGenerator.java#L42) | 1 | 83.33% |
   | [core-cube/src/main/java/org/apache/kylin/cube/inmemcubing/MemDiskStore.java](https://coveralls.io/builds/31801892/source?filename=core-cube%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fkylin%2Fcube%2Finmemcubing%2FMemDiskStore.java#L449) | 3 | 78.42% |
   <!-- | **Total:** | **4** |  | -->
   
   |  Totals | [![Coverage Status](https://coveralls.io/builds/31801892/badge)](https://coveralls.io/builds/31801892) |
   | :-- | --: |
   | Change from base [Build 6065](https://coveralls.io/builds/31633725): |  0.01% |
   | Covered Lines: | 26119 |
   | Relevant Lines: | 93331 |
   
   ---
   ##### 💛  - [Coveralls](https://coveralls.io)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> add some hint of password length
> --------------------------------
>
>                 Key: KYLIN-4576
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4576
>             Project: Kylin
>          Issue Type: Improvement
>            Reporter: tianhui
>            Priority: Major
>         Attachments: image-2020-06-16-17-58-24-428.png, image-2020-06-16-17-59-40-654.png
>
>
> When creating or changing user password, it's quite confusing if you follow the placeholder's instruct and get an invalid return. For example,  !image-2020-06-16-17-58-24-428.png!
> if you input "*abc123", you won't be able to submit.
>   !image-2020-06-16-17-59-40-654.png!
> To solve this problem, there should be some hint in frontend password placeholder about password length constraint



--
This message was sent by Atlassian Jira
(v8.3.4#803005)