jwhitbeck / otpn900

One-time password generator for the Nokia N900. Supports OAUTH tokens (HOTP, TOTP) as well as the Mobile-OTP algorithm.
GNU General Public License v3.0
4 stars 5 forks source link

allow renaming token title #2

Open baptx opened 4 years ago

baptx commented 4 years ago

It would be nice to be able to rename a token title through the user interface. There is probably a workaround by editing the configuration file but I have not searched where it is located yet.

jwhitbeck commented 4 years ago

Wow I didn't realize that some people were still using this project :)

I unfortunately no longer have a Maemo device or SDK to iterate on the code. I would be happy to accept a PR or hand-off this project to a new maintainer.

baptx commented 4 years ago

I bought my first N900 last year :D (since Neo900 project was cancelled...) I don't use it as my main device but your 2 factor authentication app can be useful in case my main device (Jolla smartphone) stops working.

sicelo commented 4 years ago

Wow I didn't realize that some people were still using this project :)

I have been using it ever since my comment on issue #1

Now that there's also Maemo Leste, you may be interested to know that I was able to build otpn900 there, and it will soon be available in Leste's repos, https://github.com/maemo-leste-extras/otpn900

This is it running on a Motorola Droid 4 droid4-otp

sicelo commented 4 years ago

It would be nice to be able to rename a token title through the user interface. There is probably a workaround by editing the configuration file but I have not searched where it is located yet.

I agree doing it via UI would be best. In the meantime, the config file is at /home/user/.config/otp/tokens

jwhitbeck commented 4 years ago

I have been using it ever since my comment on issue #1

Now that there's also Maemo Leste, you may be interested to know that I was able to build otpn900 there, and it will soon be available in Leste's repos, https://github.com/maemo-leste-extras/otpn900

Well that made my day. Good luck with Maemo Leste!

baptx commented 6 months ago

@sicelo I noticed another issue. If we want to change the display order of tokens, we cannot do it from the user interface either and also have to edit /home/user/.config/otp/tokens.

sicelo commented 6 months ago

someday i hope to add that :smile:

on Maemo Leste side, we've recently made some minor improvements that fix https://github.com/jwhitbeck/otpn900/issues/1 .. see https://github.com/maemo-leste-extras/maeotp/commits/master/

@baptx you're still using it with Fremantle? I don't have a build environment for that, but if you do, it should be possible to back port the improvements from Leste

baptx commented 6 months ago

@sicelo Yes but I don't use the N900 often, I just keep it nearby in case my main device fails.