Files
vaultwarden/src/api/core
Jeremy Lin 7d552dbdc8 Increase length limit for email token generation
The current limit of 19 is an artifact of the implementation, which can be
easily rewritten in terms of a more general string generation function.
The new limit is 255 (max value of a `u8`); using a larger type would
probably be overkill.
2022-01-24 01:17:00 -08:00
..
2021-12-31 11:53:21 +01:00
2021-04-06 21:54:42 +01:00
2022-01-23 23:40:59 +01:00
2021-12-24 17:59:12 +01:00
2021-12-31 15:59:58 +01:00