Event Triggered: user_signup_activated, sends password and required extended userfields miss * #6106
Replies: 1 comment
|
@Alex-e107nl taking the second one, since you have withdrawn the first. The marker for a required extended field is being emitted. Nothing draws it. Required extended fields on the signup form reach signup_shortcodes.php:546-550, which calls That span is empty on purpose. Whatever it shows has to come from CSS on Which settles the template question: it is not Your deja vu is exact, and better than exact. #3676 is this same report, opened by @wrxxy on 14 February 2019 as "Missing Asterix after Extended User field introduced", and still open. The commit that answered it is the commit that took the asterisk away: For your own site today, it is one rule in your theme's stylesheet: .required::after { content: "*"; color: #a94442; }That is theme-side, so it fixes your forms without pre-empting where the fix belongs in core, which is the open part. I have written the trace up as #6124 and flagged there that it overlaps #3676; which of the two survives is Deltik's call, not mine. The design question in it is more yours than mine, though, given what you said on #5909 about dead classes in core defaults: should core ship the asterisk in On the withdrawn half, for the record, because your reading of it was closer than you think: the New User notification prints every posted field except |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
@e107help 2 things:
_First: I was surprised to see that the e-mail that gets sended to the admin when a new user gets activated has the full password of the user in it?
My settings are: Password in Email Confirmation - HIDE in e107_admin/prefs.php#nav-core-prefs-signup
In the mail there is this: [user_login] => REALPASSWORD
That is not how it is supposed to be._
Sorry, i made a mistake, filled in my password in the wrong field, i was working to fast... so this one is solved and can be skipped!
Second:
also when a extended userfield is Required there's no * before the fieldname... but i do not know if that is a template issue..
I only see this in the user_template.php:
This feels somewhat as a deja vu, this problem has been in e107 before?
Can you look at it?
All reactions