Login with username as date

Gut feeling is only solution at the moment is as suggested, a second username field filled with a string representation of the date value

Yeah for now its what I have done.

1 Like

Custom module based on above code? (sorry, not offering)

1 Like

Similar to @mebeingken’s suggestion, create a view in the DB that includes a column where the date is CAST as a varchar and use that for your security provider?

1 Like