TW

Results 2664 comments of TW

@pabs3 we use this: https://github.com/moinwiki/moin/milestones

**Original comment by Thomas Waldmann (Bitbucket: [thomaswaldmann](https://bitbucket.org/thomaswaldmann), GitHub: [thomaswaldmann](https://github.com/thomaswaldmann)).** ---------------------------------------- see also issue #380 - maybe better?

**Original comment by Thomas Waldmann (Bitbucket: [thomaswaldmann](https://bitbucket.org/thomaswaldmann), GitHub: [thomaswaldmann](https://github.com/thomaswaldmann)).** ---------------------------------------- btw, it is important to also implement a switch to and away from 2fa, so not all users are required...

**Original comment by Thomas Waldmann (Bitbucket: [thomaswaldmann](https://bitbucket.org/thomaswaldmann), GitHub: [thomaswaldmann](https://github.com/thomaswaldmann)).** ---------------------------------------- a simple flask demo app for otp / 2factor

**Original comment by Thomas Waldmann (Bitbucket: [thomaswaldmann](https://bitbucket.org/thomaswaldmann), GitHub: [thomaswaldmann](https://github.com/thomaswaldmann)).** ---------------------------------------- here is an existing implementation for wordpress: http://wordpress.org/extend/plugins/google-authenticator/screenshots/

until moin is compatible and f-2 / w-3 / j2-3 is ripe enough, this could also be just a `flask

**Original comment by RogerHaase (Bitbucket: [RogerHaase](https://bitbucket.org/RogerHaase), GitHub: [RogerHaase](https://github.com/RogerHaase)).** ---------------------------------------- Maybe some useful ideas here: Paul Boddie To [email protected] Today at 3:48 AM On Monday 4. September 2017 11.27.42 Lars Kruse...

Setting the locale per request is likely not advisable as the stuff in `locale` module is not thread-safe. But maybe we don't need, see this: ``` >>> locale.setlocale(locale.LC_ALL, "en_US.UTF-8") 'en_US.UTF-8'...

@fabricesalvaire what do you think, would that be good enough?

Hmm, I tried setting `LC_ALL` and `LANG` to `en_US.UTF-8`, then started moin (with the builtin server). I tried a modified `PagenamesList` macro, using `sort(cmp=locale.strcoll)`, but it did not change the...