<div dir="ltr">What process do you guys use to prompt a newly created user to make a password? I've tried doing something like<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">def user = (event as ModelEvent).focusContext.objectNew?.asObjectable() as UserType<br>def link = midpoint.createAccountActivationLink(user)<br></blockquote>inside a general notifier to send a mail nonce but I get a null token when I do that so I'm guessing I'm doing it wrong.<br clear="all"><br><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div style="font-family:sans-serif;font-size:12px;line-height:1.5em"><span style="font-weight:bold">Drew Roberts</span>  |  <span style="font-weight:bold">Systems Administrator II</span><br>IT Platform Engineering, Azusa Pacific University<br><a href="https://apu.edu" target="_blank">apu.edu</a> <br><br><img style="width:210px" src="https://www.apu.edu/static/src/sites/strategic-communication-engagement/images/apu_125_logo.png" alt="APU logo"></div></div></div></div>