GSOC proposal for Credit Bureau Integration project

2020-03-29 Thread RAHUL PAWAR
Hi Community Members,

  I am interested to work on Credit Bureau integration Phase 3 project and
I have written my proposal describing my plans. Could you please give your
feedback on it.

Regards,
Rahul


Re: Can long in community app

2020-03-29 Thread Vishwas Babu
Guys,

Please ensure that your fineract platform is up and running before
connecting with the community app.

Instructions for setting up and verifying the installation by using the
code from the develop branch or
https://github.com/apache/fineract/tree/1.3.1 (1.3.1) follow :

1) Ensure the requisite software is set up as described in
https://github.com/apache/fineract#requirements
Please ensure that your MySQL credentials match those listed at
https://github.com/apache/fineract/blob/develop/fineract-provider/build.gradle#L141


2) Start the fineract platform by running the 3 commands listed at
https://github.com/apache/fineract#instructions-how-to-run-for-local-development
 .

3) Try running
https://localhost:8443/fineract-provider/api/v1/clients?tenantIdentifier=default
on
your browser (with credentials mifos/password).
At this step, you might have to accept the validity of the locally signed
certificate.

If you are not able to get a 200 OK, there is an issue with your Fineract
installation. Please share the log file at server startup and we can help.

Following this, you should be able to log in from the community app as well.

@scott: Tomcat might be logging the port it is listening to as 8080.
However, tomcat would only be listening on https://localhost:8443
(irrespective of which instructions you followed)

Regards,
Vishwas


On Sun, 29 Mar 2020 at 09:55, Eugene Adjei-Djan 
wrote:

> Thanks Percy, will try and give you feedback
>
> On Sun, Mar 29, 2020 at 12:54 PM Percy Enoabane 
> wrote:
>
>> Eugene I am running one I forked from fineract github repo
>>  .Maybe your branch is behind.
>>
>> On Sun, Mar 29, 2020 at 5:45 PM Eugene Adjei-Djan 
>> wrote:
>>
>>> Hi Percy which version of the api are I running? I’m running the one I
>>> downloaded from the website and the community app is the one I forked from
>>> github. Tried severally and can’t log in
>>>
>>> On Sun, Mar 29, 2020 at 12:42 PM Scott Dunbar 
>>> wrote:
>>>
 Thanks Percy - I'm missing where it shows you how to run a local
 Fineract platform.  The readme's are all a mess and they all say to use
 https but nothing actually works.  I'll keep digging - thanks for another
 pointer.

 On Sun, Mar 29, 2020 at 10:33 AM Percy Enoabane <
 percyayuka...@gmail.com> wrote:

> I run according to ReadMe and then follow the steps using postman as
> shown here
> 
> .
>
> On Sun, Mar 29, 2020 at 4:19 PM Scott Dunbar 
> wrote:
>
>> Percy - how are you running the Fineract side of this?  If I run
>> according to the README it only listens on port 8080.
>>
>> On Sun, Mar 29, 2020 at 6:57 AM Percy Enoabane <
>> percyayuka...@gmail.com> wrote:
>>
>>> Hello Eugene
>>> Using the community app with local Fineract 1.x platform the
>>> credential mifos / password works for me. Even the demo
>>>  website works with those credentials.
>>> But running the community app with the API running elsewhere
>>> credentials doesn't work.
>>> You can try with local Fineract and community app running at the
>>> same time using
>>> http://localhost:9002/?baseApiUrl=https://localhost:8443=default
>>> .
>>>
>>> On Sun, Mar 29, 2020 at 8:53 AM Eugene Adjei-Djan <
>>> eadjeid...@gmail.com> wrote:
>>>
 I forked the community app and run it, meanwhile i cant log in when
 baseApiUrl is set to my local fineract installation or to
 demo.mifos.io
 I get error 401 using credential mifos / password

 Thanks

>>>
>>
>> --
>> Scott Dunbar
>> Cell: 303 667 6343
>>
>

 --
 Scott Dunbar
 Cell: 303 667 6343

>>>


Re: Can long in community app

2020-03-29 Thread Eugene Adjei-Djan
Thanks Percy, will try and give you feedback

On Sun, Mar 29, 2020 at 12:54 PM Percy Enoabane 
wrote:

> Eugene I am running one I forked from fineract github repo
>  .Maybe your branch is behind.
>
> On Sun, Mar 29, 2020 at 5:45 PM Eugene Adjei-Djan 
> wrote:
>
>> Hi Percy which version of the api are I running? I’m running the one I
>> downloaded from the website and the community app is the one I forked from
>> github. Tried severally and can’t log in
>>
>> On Sun, Mar 29, 2020 at 12:42 PM Scott Dunbar 
>> wrote:
>>
>>> Thanks Percy - I'm missing where it shows you how to run a local
>>> Fineract platform.  The readme's are all a mess and they all say to use
>>> https but nothing actually works.  I'll keep digging - thanks for another
>>> pointer.
>>>
>>> On Sun, Mar 29, 2020 at 10:33 AM Percy Enoabane 
>>> wrote:
>>>
 I run according to ReadMe and then follow the steps using postman as
 shown here
 
 .

 On Sun, Mar 29, 2020 at 4:19 PM Scott Dunbar 
 wrote:

> Percy - how are you running the Fineract side of this?  If I run
> according to the README it only listens on port 8080.
>
> On Sun, Mar 29, 2020 at 6:57 AM Percy Enoabane <
> percyayuka...@gmail.com> wrote:
>
>> Hello Eugene
>> Using the community app with local Fineract 1.x platform the
>> credential mifos / password works for me. Even the demo
>>  website works with those credentials.
>> But running the community app with the API running elsewhere
>> credentials doesn't work.
>> You can try with local Fineract and community app running at the same
>> time using
>> http://localhost:9002/?baseApiUrl=https://localhost:8443=default
>> .
>>
>> On Sun, Mar 29, 2020 at 8:53 AM Eugene Adjei-Djan <
>> eadjeid...@gmail.com> wrote:
>>
>>> I forked the community app and run it, meanwhile i cant log in when
>>> baseApiUrl is set to my local fineract installation or to
>>> demo.mifos.io
>>> I get error 401 using credential mifos / password
>>>
>>> Thanks
>>>
>>
>
> --
> Scott Dunbar
> Cell: 303 667 6343
>

>>>
>>> --
>>> Scott Dunbar
>>> Cell: 303 667 6343
>>>
>>


Re: Can long in community app

2020-03-29 Thread Percy Enoabane
Eugene I am running one I forked from fineract github repo
 .Maybe your branch is behind.

On Sun, Mar 29, 2020 at 5:45 PM Eugene Adjei-Djan 
wrote:

> Hi Percy which version of the api are I running? I’m running the one I
> downloaded from the website and the community app is the one I forked from
> github. Tried severally and can’t log in
>
> On Sun, Mar 29, 2020 at 12:42 PM Scott Dunbar 
> wrote:
>
>> Thanks Percy - I'm missing where it shows you how to run a local Fineract
>> platform.  The readme's are all a mess and they all say to use https but
>> nothing actually works.  I'll keep digging - thanks for another pointer.
>>
>> On Sun, Mar 29, 2020 at 10:33 AM Percy Enoabane 
>> wrote:
>>
>>> I run according to ReadMe and then follow the steps using postman as
>>> shown here
>>> 
>>> .
>>>
>>> On Sun, Mar 29, 2020 at 4:19 PM Scott Dunbar 
>>> wrote:
>>>
 Percy - how are you running the Fineract side of this?  If I run
 according to the README it only listens on port 8080.

 On Sun, Mar 29, 2020 at 6:57 AM Percy Enoabane 
 wrote:

> Hello Eugene
> Using the community app with local Fineract 1.x platform the
> credential mifos / password works for me. Even the demo
>  website works with those credentials.
> But running the community app with the API running elsewhere
> credentials doesn't work.
> You can try with local Fineract and community app running at the same
> time using
> http://localhost:9002/?baseApiUrl=https://localhost:8443=default
> .
>
> On Sun, Mar 29, 2020 at 8:53 AM Eugene Adjei-Djan <
> eadjeid...@gmail.com> wrote:
>
>> I forked the community app and run it, meanwhile i cant log in when
>> baseApiUrl is set to my local fineract installation or to
>> demo.mifos.io
>> I get error 401 using credential mifos / password
>>
>> Thanks
>>
>

 --
 Scott Dunbar
 Cell: 303 667 6343

>>>
>>
>> --
>> Scott Dunbar
>> Cell: 303 667 6343
>>
>


Re: Can long in community app

2020-03-29 Thread Percy Enoabane
Ok if you have any issues let me know. Maybe I can help.

On Sun, Mar 29, 2020 at 5:42 PM Scott Dunbar 
wrote:

> Thanks Percy - I'm missing where it shows you how to run a local Fineract
> platform.  The readme's are all a mess and they all say to use https but
> nothing actually works.  I'll keep digging - thanks for another pointer.
>
> On Sun, Mar 29, 2020 at 10:33 AM Percy Enoabane 
> wrote:
>
>> I run according to ReadMe and then follow the steps using postman as
>> shown here
>> 
>> .
>>
>> On Sun, Mar 29, 2020 at 4:19 PM Scott Dunbar 
>> wrote:
>>
>>> Percy - how are you running the Fineract side of this?  If I run
>>> according to the README it only listens on port 8080.
>>>
>>> On Sun, Mar 29, 2020 at 6:57 AM Percy Enoabane 
>>> wrote:
>>>
 Hello Eugene
 Using the community app with local Fineract 1.x platform the credential
 mifos / password works for me. Even the demo 
 website works with those credentials.
 But running the community app with the API running elsewhere
 credentials doesn't work.
 You can try with local Fineract and community app running at the same
 time using
 http://localhost:9002/?baseApiUrl=https://localhost:8443=default
 .

 On Sun, Mar 29, 2020 at 8:53 AM Eugene Adjei-Djan 
 wrote:

> I forked the community app and run it, meanwhile i cant log in when
> baseApiUrl is set to my local fineract installation or to
> demo.mifos.io
> I get error 401 using credential mifos / password
>
> Thanks
>

>>>
>>> --
>>> Scott Dunbar
>>> Cell: 303 667 6343
>>>
>>
>
> --
> Scott Dunbar
> Cell: 303 667 6343
>


Re: Can long in community app

2020-03-29 Thread Eugene Adjei-Djan
Hi Percy which version of the api are I running? I’m running the one I
downloaded from the website and the community app is the one I forked from
github. Tried severally and can’t log in

On Sun, Mar 29, 2020 at 12:42 PM Scott Dunbar 
wrote:

> Thanks Percy - I'm missing where it shows you how to run a local Fineract
> platform.  The readme's are all a mess and they all say to use https but
> nothing actually works.  I'll keep digging - thanks for another pointer.
>
> On Sun, Mar 29, 2020 at 10:33 AM Percy Enoabane 
> wrote:
>
>> I run according to ReadMe and then follow the steps using postman as
>> shown here
>> 
>> .
>>
>> On Sun, Mar 29, 2020 at 4:19 PM Scott Dunbar 
>> wrote:
>>
>>> Percy - how are you running the Fineract side of this?  If I run
>>> according to the README it only listens on port 8080.
>>>
>>> On Sun, Mar 29, 2020 at 6:57 AM Percy Enoabane 
>>> wrote:
>>>
 Hello Eugene
 Using the community app with local Fineract 1.x platform the credential
 mifos / password works for me. Even the demo 
 website works with those credentials.
 But running the community app with the API running elsewhere
 credentials doesn't work.
 You can try with local Fineract and community app running at the same
 time using
 http://localhost:9002/?baseApiUrl=https://localhost:8443=default
 .

 On Sun, Mar 29, 2020 at 8:53 AM Eugene Adjei-Djan 
 wrote:

> I forked the community app and run it, meanwhile i cant log in when
> baseApiUrl is set to my local fineract installation or to
> demo.mifos.io
> I get error 401 using credential mifos / password
>
> Thanks
>

>>>
>>> --
>>> Scott Dunbar
>>> Cell: 303 667 6343
>>>
>>
>
> --
> Scott Dunbar
> Cell: 303 667 6343
>


Re: Can long in community app

2020-03-29 Thread Scott Dunbar
Thanks Percy - I'm missing where it shows you how to run a local Fineract
platform.  The readme's are all a mess and they all say to use https but
nothing actually works.  I'll keep digging - thanks for another pointer.

On Sun, Mar 29, 2020 at 10:33 AM Percy Enoabane 
wrote:

> I run according to ReadMe and then follow the steps using postman as shown
> here
> 
> .
>
> On Sun, Mar 29, 2020 at 4:19 PM Scott Dunbar 
> wrote:
>
>> Percy - how are you running the Fineract side of this?  If I run
>> according to the README it only listens on port 8080.
>>
>> On Sun, Mar 29, 2020 at 6:57 AM Percy Enoabane 
>> wrote:
>>
>>> Hello Eugene
>>> Using the community app with local Fineract 1.x platform the credential
>>> mifos / password works for me. Even the demo 
>>> website works with those credentials.
>>> But running the community app with the API running elsewhere credentials
>>> doesn't work.
>>> You can try with local Fineract and community app running at the same
>>> time using
>>> http://localhost:9002/?baseApiUrl=https://localhost:8443=default
>>> .
>>>
>>> On Sun, Mar 29, 2020 at 8:53 AM Eugene Adjei-Djan 
>>> wrote:
>>>
 I forked the community app and run it, meanwhile i cant log in when
 baseApiUrl is set to my local fineract installation or to demo.mifos.io
 I get error 401 using credential mifos / password

 Thanks

>>>
>>
>> --
>> Scott Dunbar
>> Cell: 303 667 6343
>>
>

-- 
Scott Dunbar
Cell: 303 667 6343


Re: Can long in community app

2020-03-29 Thread Percy Enoabane
I run according to ReadMe and then follow the steps using postman as shown
here

.

On Sun, Mar 29, 2020 at 4:19 PM Scott Dunbar 
wrote:

> Percy - how are you running the Fineract side of this?  If I run according
> to the README it only listens on port 8080.
>
> On Sun, Mar 29, 2020 at 6:57 AM Percy Enoabane 
> wrote:
>
>> Hello Eugene
>> Using the community app with local Fineract 1.x platform the credential
>> mifos / password works for me. Even the demo 
>> website works with those credentials.
>> But running the community app with the API running elsewhere credentials
>> doesn't work.
>> You can try with local Fineract and community app running at the same
>> time using
>> http://localhost:9002/?baseApiUrl=https://localhost:8443=default
>> .
>>
>> On Sun, Mar 29, 2020 at 8:53 AM Eugene Adjei-Djan 
>> wrote:
>>
>>> I forked the community app and run it, meanwhile i cant log in when
>>> baseApiUrl is set to my local fineract installation or to demo.mifos.io
>>> I get error 401 using credential mifos / password
>>>
>>> Thanks
>>>
>>
>
> --
> Scott Dunbar
> Cell: 303 667 6343
>


Re: Can long in community app

2020-03-29 Thread Scott Dunbar
Percy - how are you running the Fineract side of this?  If I run according
to the README it only listens on port 8080.

On Sun, Mar 29, 2020 at 6:57 AM Percy Enoabane 
wrote:

> Hello Eugene
> Using the community app with local Fineract 1.x platform the credential
> mifos / password works for me. Even the demo 
> website works with those credentials.
> But running the community app with the API running elsewhere credentials
> doesn't work.
> You can try with local Fineract and community app running at the same time
> using
> http://localhost:9002/?baseApiUrl=https://localhost:8443=default
> .
>
> On Sun, Mar 29, 2020 at 8:53 AM Eugene Adjei-Djan 
> wrote:
>
>> I forked the community app and run it, meanwhile i cant log in when
>> baseApiUrl is set to my local fineract installation or to demo.mifos.io
>> I get error 401 using credential mifos / password
>>
>> Thanks
>>
>

-- 
Scott Dunbar
Cell: 303 667 6343


Re: CheckStyle Config in the IDE

2020-03-29 Thread Michael Vorburger
On Sun, Mar 29, 2020 at 2:27 PM Saransh Sharma 
wrote:

> I think for now it answer the question. Could be great if we can add a
> command line tool so that we can quickly apply those config easily without
> going to IDE or as you know it might be possible but adding this as a part
> of commit.
>

I see what you mean, but as far as I know, there is no such general tool
which just auto applies a CS XML config to .java files... CS wsa written as
a "checker" (analysis) not "reformatter" tool. I seems like a great idea,
but would likely be a very significant new project (for
https://checkstyle.org, no Fineract). -- There may be some other tools for
doing what you are after for a subset of our CS rules; I think I once saw
something like that specifically for just transparently doing import
statement re-ordering during the build (but I forgot what it was called).

On Sun, 29 Mar 2020, 17:49 Michael Vorburger,  wrote:
>
>> Saransh,
>>
>> On Tue, Mar 3, 2020 at 7:50 AM Saransh Sharma 
>> wrote:
>>
>>> When using eclipse plugin , checkstyle intentionally showing files in
>>> the IDE as incorrect but when running from gradle task such as build it
>>> simple ignore those.
>>>
>>> Scenarion 1:
>>>
>>> When developing and adding new files, does it check for the files and
>>> implement the changes, did not happen when I did without the checkStyle
>>> settings applied in the eclipse .
>>>
>>
>> does https://github.com/apache/fineract/#checkstyle help answer this? If
>> not, how could we make that clearer?
>>
>>
>>> Scenario 2:
>>>
>>> This could lead to confusion when some one writing new codebase IDE is
>>> showing a lot of warnings.
>>>
>>> I am sure there is no such documentation  available as of yet about how
>>> to setup and use checkStyle
>>>
>>> I was wondering, if say we wrote some lines of incorrect code according
>>> to checkStyle: can we implement a feature where one can simply run applyALL
>>> and it should correct indentation and spaces and imports and so so .
>>>
>>
>> as far as I know, there is no command line tool which auto formats
>> sources to comply to Checkstyle, but the IDE configuration metioned above
>> gives pretty much the same effect / result.
>>
>>
>>> I am getting this inspiration from the nodejS projects where a single
>>> lint file does all the magic and in fact the IDE's pick it up on its own ,
>>> now given this is a JAVA project its going to be complicated.
>>>
>>> So any feedback and suggestions , so that we can improve all the process.
>>>
>>> --
>>>
>>> Saransh Sharma
>>> *Research Partner*
>>> *Muellner Internet Pvt Ltd *
>>>
>>>
>>> --
>>>
>>> The idea of separation of me and you is amazing.
>>>
>>> --
>>> *Company Website    **Company Linkedin
>>> *
>>> Company Facebook 
>>>
>>> This mail is governed by Muellner®  Internet Private Limited's IT
>>> policy.
>>> The information contained in this e-mail and any accompanying documents
>>> may contain information that is confidential or otherwise protected from
>>> disclosure. If you are not the intended recipient of this message, or if
>>> this message has been addressed to you in error, please immediately alert
>>> the sender by reply e-mail and then delete this message, including any
>>> attachments. Any dissemination, distribution or other use of the contents
>>> of this message by anyone other than the intended recipient is strictly
>>> prohibited. All messages sent to and from this e-mail address may be
>>> monitored as permitted by applicable law and regulations to ensure
>>> compliance with our internal policies and to protect our business. E-mails
>>> are not secure and cannot be guaranteed to be error free as they can be
>>> intercepted, amended, lost or destroyed, or contain viruses. You are deemed
>>> to have accepted these risks if you communicate with us by e-mail.
>>>
>>


Re: Can long in community app

2020-03-29 Thread Percy Enoabane
Hello Eugene
Using the community app with local Fineract 1.x platform the credential
mifos / password works for me. Even the demo 
website works with those credentials.
But running the community app with the API running elsewhere credentials
doesn't work.
You can try with local Fineract and community app running at the same time
using
http://localhost:9002/?baseApiUrl=https://localhost:8443=default
.

On Sun, Mar 29, 2020 at 8:53 AM Eugene Adjei-Djan 
wrote:

> I forked the community app and run it, meanwhile i cant log in when
> baseApiUrl is set to my local fineract installation or to demo.mifos.io
> I get error 401 using credential mifos / password
>
> Thanks
>


Re: CheckStyle Config in the IDE

2020-03-29 Thread Saransh Sharma
I think for now it answer the question. Could be great if we can add a
command line tool so that we can quickly apply those config easily without
going to IDE or as you know it might be possible but adding this as a part
of commit.



On Sun, 29 Mar 2020, 17:49 Michael Vorburger,  wrote:

> Saransh,
>
> On Tue, Mar 3, 2020 at 7:50 AM Saransh Sharma 
> wrote:
>
>> When using eclipse plugin , checkstyle intentionally showing files in the
>> IDE as incorrect but when running from gradle task such as build it simple
>> ignore those.
>>
>> Scenarion 1:
>>
>> When developing and adding new files, does it check for the files and
>> implement the changes, did not happen when I did without the checkStyle
>> settings applied in the eclipse .
>>
>
> does https://github.com/apache/fineract/#checkstyle help answer this? If
> not, how could we make that clearer?
>
>
>> Scenario 2:
>>
>> This could lead to confusion when some one writing new codebase IDE is
>> showing a lot of warnings.
>>
>> I am sure there is no such documentation  available as of yet about how
>> to setup and use checkStyle
>>
>> I was wondering, if say we wrote some lines of incorrect code according
>> to checkStyle: can we implement a feature where one can simply run applyALL
>> and it should correct indentation and spaces and imports and so so .
>>
>
> as far as I know, there is no command line tool which auto formats sources
> to comply to Checkstyle, but the IDE configuration metioned above gives
> pretty much the same effect / result.
>
>
>> I am getting this inspiration from the nodejS projects where a single
>> lint file does all the magic and in fact the IDE's pick it up on its own ,
>> now given this is a JAVA project its going to be complicated.
>>
>> So any feedback and suggestions , so that we can improve all the process.
>>
>> --
>>
>> Saransh Sharma
>> *Research Partner*
>> *Muellner Internet Pvt Ltd *
>>
>>
>> --
>>
>> The idea of separation of me and you is amazing.
>>
>> --
>> *Company Website    **Company Linkedin
>> *Company Facebook
>> 
>>
>> This mail is governed by Muellner®  Internet Private Limited's IT policy.
>> The information contained in this e-mail and any accompanying documents
>> may contain information that is confidential or otherwise protected from
>> disclosure. If you are not the intended recipient of this message, or if
>> this message has been addressed to you in error, please immediately alert
>> the sender by reply e-mail and then delete this message, including any
>> attachments. Any dissemination, distribution or other use of the contents
>> of this message by anyone other than the intended recipient is strictly
>> prohibited. All messages sent to and from this e-mail address may be
>> monitored as permitted by applicable law and regulations to ensure
>> compliance with our internal policies and to protect our business. E-mails
>> are not secure and cannot be guaranteed to be error free as they can be
>> intercepted, amended, lost or destroyed, or contain viruses. You are deemed
>> to have accepted these risks if you communicate with us by e-mail.
>>
>


Re: CheckStyle Config in the IDE

2020-03-29 Thread Michael Vorburger
Saransh,

On Tue, Mar 3, 2020 at 7:50 AM Saransh Sharma  wrote:

> When using eclipse plugin , checkstyle intentionally showing files in the
> IDE as incorrect but when running from gradle task such as build it simple
> ignore those.
>
> Scenarion 1:
>
> When developing and adding new files, does it check for the files and
> implement the changes, did not happen when I did without the checkStyle
> settings applied in the eclipse .
>

does https://github.com/apache/fineract/#checkstyle help answer this? If
not, how could we make that clearer?


> Scenario 2:
>
> This could lead to confusion when some one writing new codebase IDE is
> showing a lot of warnings.
>
> I am sure there is no such documentation  available as of yet about how to
> setup and use checkStyle
>
> I was wondering, if say we wrote some lines of incorrect code according to
> checkStyle: can we implement a feature where one can simply run applyALL
> and it should correct indentation and spaces and imports and so so .
>

as far as I know, there is no command line tool which auto formats sources
to comply to Checkstyle, but the IDE configuration metioned above gives
pretty much the same effect / result.


> I am getting this inspiration from the nodejS projects where a single lint
> file does all the magic and in fact the IDE's pick it up on its own , now
> given this is a JAVA project its going to be complicated.
>
> So any feedback and suggestions , so that we can improve all the process.
>
> --
>
> Saransh Sharma
> *Research Partner*
> *Muellner Internet Pvt Ltd *
>
>
> --
>
> The idea of separation of me and you is amazing.
>
> --
> *Company Website    **Company Linkedin
> *Company Facebook
> 
>
> This mail is governed by Muellner®  Internet Private Limited's IT policy.
> The information contained in this e-mail and any accompanying documents
> may contain information that is confidential or otherwise protected from
> disclosure. If you are not the intended recipient of this message, or if
> this message has been addressed to you in error, please immediately alert
> the sender by reply e-mail and then delete this message, including any
> attachments. Any dissemination, distribution or other use of the contents
> of this message by anyone other than the intended recipient is strictly
> prohibited. All messages sent to and from this e-mail address may be
> monitored as permitted by applicable law and regulations to ensure
> compliance with our internal policies and to protect our business. E-mails
> are not secure and cannot be guaranteed to be error free as they can be
> intercepted, amended, lost or destroyed, or contain viruses. You are deemed
> to have accepted these risks if you communicate with us by e-mail.
>


Can long in community app

2020-03-29 Thread Eugene Adjei-Djan
I forked the community app and run it, meanwhile i cant log in when
baseApiUrl is set to my local fineract installation or to demo.mifos.io
I get error 401 using credential mifos / password

Thanks