OpenIoE icon indicating copy to clipboard operation
OpenIoE copied to clipboard

Open-source middleware platform for building, managing, and integrating connected products with the Internet of Everything.

Results 42 OpenIoE issues
Sort by recently updated
recently updated
newest added

This solves #75 . I have added a confirm password input field and a state for confirm password that compares the two passwords. ![Capture](https://user-images.githubusercontent.com/43493203/75233935-aec9b680-57df-11ea-9b4a-4c61818afb83.JPG) Both passwords are same ![Capture1](https://user-images.githubusercontent.com/43493203/75233969-bee19600-57df-11ea-9d79-aa6d2597da27.JPG) Passwords...

**Is your feature request related to a problem? Please describe.** Currently there is no confirm password input field which can assure the user he has input his desired password. **Describe...

Currently, we are using the generated jHipster UI for OpenIoE. We need to implement a customized user interface for providing a better user experience. Angular or React can be used.

GSoC-2018

This solves #71 The basic password validation is added Rules for a valid Password : 1- Minimum password length is 6. 2- Password must contain atleast an uppercase letter. 3-...

This fixes #73 I have added an eye icon,clicking on which can show/hide password. I have used the material theme eye icon for this. ![Capture](https://user-images.githubusercontent.com/43493203/75092071-46d65e80-559a-11ea-8e1a-60403c751d46.JPG) ![Capture1](https://user-images.githubusercontent.com/43493203/75092073-4c33a900-559a-11ea-8940-8f08c471ef19.JPG)

This solves #69 Previously submit button wasn't disabled even though the fields were empty,but now it's only enabled when all fields are non empty. ![Capture](https://user-images.githubusercontent.com/43493203/74986027-c2cb8c00-545e-11ea-8c9b-80b876fede32.JPG) One field empty ![Capture1](https://user-images.githubusercontent.com/43493203/74986031-c52de600-545e-11ea-8c51-60cc6a2b7d48.JPG) All...

This solves issue #67 . Initially the OpenIoE icon was cutoff, I did some CSS changes and now the entire icon is clearly visible. ![Capture](https://user-images.githubusercontent.com/43493203/74934211-b10cc900-540b-11ea-8061-d9f959e898e0.JPG)

**Is your feature request related to a problem? Please describe.** Sometimes user needs to see which password he has typed,currently there is no feature to see password on typing. **Describe...

**Is your feature request related to a problem? Please describe.** Currently password validation is very weak . **Describe the solution you'd like** It would be nice if the password is...

**Is your feature request related to a problem? Please describe.** Submit button is enabled even though the fields are empty. **Describe the solution you'd like** I will use the state...