Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9DDF9200CD8 for ; Wed, 2 Aug 2017 18:57:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9CC9D169DF9; Wed, 2 Aug 2017 16:57:26 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E1D24169DF7 for ; Wed, 2 Aug 2017 18:57:25 +0200 (CEST) Received: (qmail 83274 invoked by uid 500); 2 Aug 2017 16:57:25 -0000 Mailing-List: contact dev-help@fineract.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@fineract.apache.org Delivered-To: mailing list dev@fineract.apache.org Delivered-To: moderator for dev@fineract.apache.org Received: (qmail 32434 invoked by uid 99); 2 Aug 2017 16:17:27 -0000 X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.401 X-Spam-Level: X-Spam-Status: No, score=-0.401 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=2, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-2.8, RCVD_IN_SORBS_SPAM=0.5, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=2Sad+fyWyG+mxkSwyyrRuvMTlZGq2sClloUCTtDvCf8=; b=FLViDJdebEJEkDTvXCRbC8HuN1zcV5kvuAsmydVyr9DNUXHpILIZ5XMpr4shtbjuI9 dFgfJYSd8E3Rd7CZ6v5YO+L8MHNCXIApUHF2bw6plks92TLHxQpKbma4ZuhfARaM4h62 Bw7XfmUjyeJ9Ccm/y61QwSCEqLs7K1+KzkBR62ON8Bueqa131PeJ2HU1MZfgKQAbofFS u8jjnxWmKrkJgMP5JGi8phqiJXWwzqge/YA/Jl1mMBHRjNxhmeU3mPLOmTLkag5gM9bo 8OGPYPBzflqWpxIsx56j3mfHIm6rBmm0S2onYX78jzF6jyOIrfrE/OqSRQqeB3dRSgW/ Io6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=2Sad+fyWyG+mxkSwyyrRuvMTlZGq2sClloUCTtDvCf8=; b=RVhL9qYIKgJnyF8pqTH5k5crt8y0qBmvDJ94heyvjf7JLWibB0mulV/qWNvISFsqEB 0BzrltbAjyLnSywjqQpQaeX+A0IqkICIizvKLt5CKYU/65oohiO1PB+tZHEwTuEmuu2U BFqRaTz4s48P7NOYLEC/URZnwkcoO60slx7y2PK1+ixRecsCccTBX/U4sypKQ0eodLW6 VfWsCL568qAb8D+0/ZzUe8odWt7dNf518ExZ0aoBjSC1vgGAL70t5aclF9BFwH9FKGFr LAaMbnySFmnM4ps/ivZl/RPoIa8RdPd4g/ACW1dJv4AFi3hjiTZwwLJAjjThoIY2AWyr 7Dqg== X-Gm-Message-State: AIVw1138ndox2YOdhZGrrfCsoG2pvwEVV8i3R61AH7gEcc+CwRYk9bl2 LOYAAs6V6qHWl15U63CqXBZb5lYAVA== X-Received: by 10.55.53.2 with SMTP id c2mr31934018qka.41.1501690643705; Wed, 02 Aug 2017 09:17:23 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Raunak Sett Date: Wed, 2 Aug 2017 21:47:23 +0530 Message-ID: Subject: Re: API for self-registration of self-service users now available To: Ed Cable , Denila Philip Cc: dev@fineract.apache.org, Mifos software development , Dilpreet Singh Content-Type: multipart/alternative; boundary="001a1147fe5c61763d0555c799e2" archived-at: Wed, 02 Aug 2017 16:57:26 -0000 --001a1147fe5c61763d0555c799e2 Content-Type: text/plain; charset="UTF-8" According to the user story mentioned here: https://github.com/openMF/self-service-app/issues/59 The client needs to enter the account no and phone number for self-registration.t A user has multiple types of accounts so can the user link his client account and the self-service registration using any account number? or account number has a different context here. @Ed, @Denila can you confirm? Also, we would need an endpoint to check if the account can be created or not against these fields as the self-service user registration endpoint takes all the data and registers the user at once. https://github.com/apache/fineract/pull/394 https://github.com/openMF/self-service-app/issues/56 Suggests that we need the ability to let the user reset their password, but I don't think we yet have the backend to generate a forgot password request. I went through the docs and I found the update user method which could be used but how do we send a reset password link through email/mobile. @Nazeer how can we achieve this? On Wed, Jul 26, 2017 at 10:11 PM, Ed Cable wrote: > Dilpreet and Raunak, > > Per discussions on our check-in for GSOC today, please share any questions > you have on implementing the ability for a user to independently sign up > for a self-service user account through either the mobile or web app as > documented in the user stories drafted by Denila at > https://github.com/openMF/self-service-app/issues/56, > https://github.com/openMF/self-service-app/issues/59, and > https://github.com/openMF/self-service-app/issues/60 > > Nazeer has implemented the API at https://github.com/apache/ > fineract/pull/394 > > Raunak, for the web self-service app at https://botraunak.github. > io/web-self-service-app/#/login, you'd need to add a create/sign up > option from the login page: https://botraunak.github.io/web-self-service- > app/#/login > > Ed > > -- Raunak Sett --001a1147fe5c61763d0555c799e2--