<div dir="ltr"><div dir="ltr">On Sat, Feb 22, 2020 at 11:59 AM Peter J Etheridge <<a href="mailto:petergi@iinet.net.au">petergi@iinet.net.au</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px"><div>"The <span><a href="https://erlang.org/doc/man/mod_auth.html" target="_blank">mod_auth(3)</a></span> 
        module provides for basic user authentication using ... Mnesia databases."</div><div><br></div><div>how does</div><div><br></div><div> mod_auth:add_user/6 <br></div><div><br></div><div>manage to <br></div><div><br></div><div>mnesia:write/3<br></div><br><div>?</div><div><br></div><div>i will be grateful for any URL to an example of how this is done.</div></div></blockquote><div><br></div><div>install7/3  </div></div><div><a href="https://github.com/sigscale/usekeeper/blob/master/src/usekeeper_app.erl">https://github.com/sigscale/usekeeper/blob/master/src/usekeeper_app.erl</a><br></div><div><br></div><div>add_user/2,4</div><div><a href="https://github.com/sigscale/usekeeper/blob/master/src/usekeeper.erl">https://github.com/sigscale/usekeeper/blob/master/src/usekeeper.erl</a><br></div><div><br></div>{inets, [{services, [{httpd, [{directory, {"/", [{auth_type, mnesia},...<div><a href="https://github.com/sigscale/usekeeper/blob/master/sys.config.in">https://github.com/sigscale/usekeeper/blob/master/sys.config.in</a><br><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature">     -Vance</div></div></div>