Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: add "Created On" category to one time passwords management #10560

Open
sunjam opened this issue Aug 6, 2018 · 4 comments
Open
Labels
1. to develop Accepted and waiting to be taken care of enhancement feature: authentication feature: settings good first issue Small tasks with clear documentation about how and in which place you need to fix things in.

Comments

@sunjam
Copy link

sunjam commented Aug 6, 2018

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.

@nextcloud-bot
Copy link
Member

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

@tcitworld
Copy link
Member

tcitworld commented Jun 22, 2021

  • 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

@JeaNugroho
Copy link

JeaNugroho commented Jul 2, 2023

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

@tcitworld
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of enhancement feature: authentication feature: settings good first issue Small tasks with clear documentation about how and in which place you need to fix things in.
Projects
None yet
Development

No branches or pull requests

7 participants