Message289186
| Author | r.david.murray |
|---|---|
| Recipients | barry, david__, r.david.murray |
| Date | 2017-03-07.21:12:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1488921132.83.0.457852366487.issue29750@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
See msg253287. Someone should check the RFC. It is not obvious that just encoding using utf8 is correct; fundamentally passwords are binary data. But the auth methods don't currently accept binary data. UTF8 is a reasonable default these days, I think, but if we support more than ascii I think we need to support binary, with utf8 as the default encoding. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-03-07 21:12:12 | r.david.murray | set | recipients: + r.david.murray, barry, david__ |
| 2017-03-07 21:12:12 | r.david.murray | set | messageid: <1488921132.83.0.457852366487.issue29750@psf.upfronthosting.co.za> |
| 2017-03-07 21:12:12 | r.david.murray | link | issue29750 messages |
| 2017-03-07 21:12:12 | r.david.murray | create | |