Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Remove fancyflash from the yubikey plugin. #111

Merged
merged 2 commits into from Feb 2, 2015

Conversation

ralphbean
Copy link
Contributor

This is causing the plugin to fail in staging. It looks like it was removed
from everywhere else in FAS (and it's not packaged for Fedora/EPEL afaik).

@@ -265,7 +259,7 @@ def save(self, targetname, yubikey_enabled, yubikey_prefix):
person = People.by_username(turbogears.identity.current.user_name)
target = People.by_username(targetname)
if not can_edit_user(person, target):
ff.error(_("You do not have permission to edit '%s'") % target.username)
turbogears.error(_("You do not have permission to edit '%s'") % target.username)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops. this should be turbogears.flash

@laxathom
Copy link
Contributor

Right!
👍 to merge into release/0.10.2

@ralphbean
Copy link
Contributor Author

👍 to merge into release/0.10.2

OK, I'll do that by hand and push to the release branch.

@laxathom laxathom merged commit 0aef125 into develop Feb 2, 2015
@laxathom laxathom deleted the feature/remove-fancyflash branch January 18, 2017 02:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants