Ghost/ghost/members-api/lib
Rishabh Garg 1bf70bf3c6
Stored geolocation for member on creation (#15320)
refs https://github.com/TryGhost/Team/issues/1826

Geolocation was prev. loaded after member was created and updated on existing member. this was mostly due to historical context where we couldn't store data on magic link token.
Since email alerts go out at the time of member creation, this flow missed out on attaching member's location to email. 
This change -

- stores request ip when a member asks for magic link in the token
- loads request ip from token when member uses magic link, and for new members loads their geolocation and stores it with member creation
2022-08-26 00:45:34 +05:30
..
controllers Stored geolocation for member on creation (#15320) 2022-08-26 00:45:34 +05:30
repositories Added paid subscription cancel email alert 2022-08-25 19:53:02 +05:30
services Added member attribution to member details page (#15266) 2022-08-19 16:39:18 -04:00
MembersAPI.js Stored geolocation for member on creation (#15320) 2022-08-26 00:45:34 +05:30