Code Monkey home page Code Monkey logo

Comments (8)

hechtus avatar hechtus commented on August 23, 2024

This is definitely a problem that has to be solved. As a quick hack you may remove 'password' from line 105 in the file Settings.pm. This way the password is not shown anymore. But the password is still saved as plaintext in the SLIM preferences. It could be encrypted.

from squeezebox-googlemusic.

gdhgdhgdh avatar gdhgdhgdh commented on August 23, 2024

Ah that's great, thank you!

If I need to change any settings in the gmusic plugin, will pressing 'Apply' wipe out the saved password?

from squeezebox-googlemusic.

hechtus avatar hechtus commented on August 23, 2024

No, it will not. The saved password will only be changed if you enter something into the password field.

from squeezebox-googlemusic.

gdhgdhgdh avatar gdhgdhgdh commented on August 23, 2024

Excellent - thank you :)

from squeezebox-googlemusic.

ukslim avatar ukslim commented on August 23, 2024

Also consider enabling two-factor authentication for your Google account.

For the plugin, and other apps that don't have two factor auth, you'll have
to get a single-use password:
https://support.google.com/accounts/answer/185833?hl=en

The single use password is still sensitive, but at least it can't be used
to hijack your account.

It would be cool if gmusicapi supported full two-factor, but not urgent.

On Wednesday, March 5, 2014, gdhgdhgdh [email protected] wrote:

Excellent - thank you :)

Reply to this email directly or view it on GitHubhttps://github.com//issues/30#issuecomment-36722277
.

"There is no way to peace; peace is the way"

from squeezebox-googlemusic.

hechtus avatar hechtus commented on August 23, 2024

@ukslim it seems that I will have to take a look at this two factor authentication. I already have some other requests to support this.

from squeezebox-googlemusic.

jonaz avatar jonaz commented on August 23, 2024

Just started using the plugin. This feels quite urgent. After saving the password is should NOT be displayed in the google music settings page.

from squeezebox-googlemusic.

hechtus avatar hechtus commented on August 23, 2024

OK. If it's really urgent you could remove password in Settings.pm from this place:

    # To avoid showing the password remove it from the list
    for my $param(qw(username password device_id disable_ssl my_music_album_sort_method all_access_enabled all_access_album_sort_method max_search_items max_artist_tracks max_related_artists)) {
        $params->{'prefs'}->{$param} = $prefs->get($param);
    }

I will do so in the next release.

from squeezebox-googlemusic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.