Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5befacb2 authored by theronakpatel's avatar theronakpatel
Browse files

Re-enable account creation

parent 26a0c859
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -237,8 +237,7 @@ RUN patch -u ${BASE_DIR}/lib/private/AppFramework/Middleware/Security/CORSMiddle
RUN patch -u ${BASE_DIR}/apps/dav/lib/AppInfo/Application.php -i  ${TMP_PATCH_DIR}/038-generic-event-fix.patch

#commenting code to re-enable account creation
RUN patch -u ${BASE_DIR}/lib/private/User/Session.php -i  ${TMP_PATCH_DIR}/039-reenable-ac-comment-setupfs.patch
RUN patch -u ${BASE_DIR}/lib/base.php -i  ${TMP_PATCH_DIR}/040-reenable-ac-comment-exception.patch
RUN cd ${BASE_DIR} && patch -p0 < ${TMP_PATCH_DIR}/039-reenable-ac-comment-setupfs.patch

RUN rm -rf ${TMP_PATCH_DIR}