<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">It depends on exactly what you are trying to do.<div><br></div><div>1: Externally determine if a user exists</div><div><br></div><div>Use the OCS api call person/check. See <a href="http://www.freedesktop.org/wiki/Specifications/open-collaboration-services/">http://www.freedesktop.org/wiki/Specifications/open-collaboration-services/</a></div><div><br></div><div>2: Determine if a user exists within an ownCloud app</div><div><br></div><div>Use OCP\User::userExists() and OCP\User::checkPassword()</div><div><br></div><div>3. Create a custom app that asks for ownCloud auth credentials before access</div><div><br></div><div>Create a php file and use OCP\User::checkLoggedIn(). Or if you are creating an api, use OCP\API::register() as Bernhard mentioned. See the docs that he linked to.</div><div><br></div><div><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Cheers,</div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Tom</div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br></div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br></div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">-- <br>Tom Needham (<a href="mailto:tom@owncloud.com">tom@owncloud.com</a>)<br>Software Developer<br>ownCloud GmbH</div></span></span>
</div>
<br><div><div>On 31 May 2013, at 20:58, Cyryl Sochacki <<a href="mailto:cyrylsochacki@gmail.com">cyrylsochacki@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hello.<br><br>I'm creating an application that has to have authentication by owncloud. If the API owncloud allows you to check whether a user exists and referral information back?<br><br>If so, he asked me some suggestions.<br><br>Best regards.<br>Cyryl<br>_______________________________________________<br>Owncloud mailing list<br><a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>https://mail.kde.org/mailman/listinfo/owncloud<br></blockquote></div><br></div></body></html>