server icon indicating copy to clipboard operation
server copied to clipboard

Add "Created On" category to one time passwords management

Open sunjam opened this issue 7 years ago • 4 comments

created-on-one-time-passwords

It would be beneficial to security if there was an option to view the creation date of one time passwords in the Settings/Security panel.

sunjam avatar Aug 06 '18 20:08 sunjam

GitMate.io thinks possibly related issues are https://github.com/nextcloud/server/issues/8443 (Request: allow comments on one time passwords under Personal Settings), https://github.com/nextcloud/server/issues/1575 ([Feature Request] Add configuration for "Sharing URL"), https://github.com/nextcloud/server/issues/9404 (Feature Request: Burn Content Before Removing App Password), https://github.com/nextcloud/server/issues/10118 (Please add MEGA support for 'External Storage' plugin [feature request]), and https://github.com/nextcloud/server/issues/9264 ([FEATURE REQUEST] Add support for .MOV format).

nextcloud-bot avatar Aug 06 '18 21:08 nextcloud-bot

  • [ ] Add creation date to OC\Authentication\Token\IToken and implementations (OC\Authentication\Token\PublicKeyToken)
  • [ ] Add a migration to create the new column
  • [ ] Make sure any new PublicKeyToken created creation date defaults to now
  • [ ] Add the column in the VueJS component apps/settings/src/components/AuthToken.vue

tcitworld avatar Jun 22 '21 15:06 tcitworld

After some PHP & Laravel tutorials, Nextcloud server's backend is still far from being intuitive to be understood and worked on. Is the steps mentioned by @tcitworld still the best list of things to follow? If yes, is there a more fine grained list of steps to achieve this enhancement? I still don't understand on how to do the first two parts of that three item checklist created by @tcitworld , I'd appreciate any help to move forward and learn by helping with this issue 😊

@sunjam @johkoenig @violoncelloCH

JeaNugroho avatar Jul 02 '23 02:07 JeaNugroho

Yup, still the correct way. Improved the message a little to give pointers.

tcitworld avatar Jul 03 '23 08:07 tcitworld