Summary:
Missing ID in submit and cancel buttons
Detailed Description:
In the registration form, the following buttons miss their ID, thus can't be
accessed by CSS (or just with loads of code):
<input name="m5submit" value="Absenden" type="submit" />
<input name="m5cancel" value="Abbrechen" type="submit" />
Could you please add their IDs as well? Thanks!