mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-25 17:15:53 +03:00
[GH-ISSUE #345] Some branding issues #75
Labels
No labels
0. to triage
1. to develop
3. to review
blocked
bug
discussion
duplicate
enhancement
enhancement
gateway:signal
gateway:signal
gateway:signal
gateway:sms
gateway:telegram
hacktoberfest
help wanted
invalid
needs info
php
pull-request
question
technical debt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/twofactor_gateway-nextcloud#75
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @euh2 on GitHub (May 6, 2020).
Original GitHub issue: https://github.com/nextcloud/twofactor_gateway/issues/345
I would like to have company/site name instead of Nextcloud in verification messages. Like
l10n/de_DE.json, could be "%s is yourNextcloud{SITENAME-PLACEHOLDER} authentication code"Hope you guys will consider this feature!
@ChristophWurst commented on GitHub (May 8, 2020):
Contributions are very welcome. This is a community app.
@cdjenkins commented on GitHub (Jun 12, 2020):
If I want to change this feature, where would I start? @ChristophWurst
@ChristophWurst commented on GitHub (Jun 15, 2020):
You can access the instance name via
\OCP\Defaults::getName()See
github.com/nextcloud/twofactor_totp@165b0f09e9/lib/Controller/SettingsController.php (L112)for reference.